mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-21 19:08:41 +00:00
refactor: streamline namespaces of xmodel dumping and loading
This commit is contained in:
@@ -127,3 +127,8 @@ struct VertexMergerPos
|
||||
};
|
||||
|
||||
typedef DistinctMapper<VertexMergerPos> VertexMerger;
|
||||
|
||||
namespace xmodel
|
||||
{
|
||||
std::string GetJsonFileNameForAssetName(const std::string& assetName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user