mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-24 13:42:06 +00:00
chore: do not use using namespace in headers
This commit is contained in:
@@ -14,7 +14,7 @@ namespace BSP
|
||||
bool linkBSP(BSPData* bsp);
|
||||
|
||||
private:
|
||||
FootstepTableDef* addEmptyFootstepTableAsset(std::string assetName);
|
||||
T6::FootstepTableDef* addEmptyFootstepTableAsset(std::string assetName);
|
||||
bool addDefaultRequiredAssets(BSPData* bsp);
|
||||
|
||||
MemoryManager& m_memory;
|
||||
|
||||
Reference in New Issue
Block a user