mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-12 19:47:27 +00:00
refactor: streamline namespaces of xmodel dumping and loading
This commit is contained in:
@@ -1082,7 +1082,7 @@ namespace
|
||||
};
|
||||
} // namespace
|
||||
|
||||
namespace GAME
|
||||
namespace GAME::xmodel
|
||||
{
|
||||
std::unique_ptr<AssetCreator<AssetXModel>> CreateXModelLoader(MemoryManager& memory, ISearchPath& searchPath, Zone& zone)
|
||||
{
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace GAME
|
||||
namespace GAME::xmodel
|
||||
{
|
||||
std::unique_ptr<AssetCreator<AssetXModel>> CreateXModelLoader(MemoryManager& memory, ISearchPath& searchPath, Zone& zone);
|
||||
} // namespace GAME
|
||||
|
Reference in New Issue
Block a user