2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-28 03:48:07 +00:00

refactor: streamline namespaces of xmodel dumping and loading

This commit is contained in:
Jan Laupetin
2025-08-03 17:47:21 +02:00
parent 0546572ecf
commit 250556ab61
16 changed files with 39 additions and 20 deletions
@@ -13,9 +13,9 @@
#include "Dumping/AbstractAssetDumper.h"
#include GAME_HEADER
namespace GAME
namespace GAME::xmodel
{
class AssetDumperXModel final : public AbstractAssetDumper<XModel>
class Dumper final : public AbstractAssetDumper<XModel>
{
protected:
bool ShouldDump(XAssetInfo<XModel>* asset) override;