mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-07 19:57:48 +00:00
chore: do not use using namespace in headers
This commit is contained in:
@@ -11,7 +11,7 @@ namespace BSP
|
||||
{
|
||||
public:
|
||||
MapEntsLinker(MemoryManager& memory, ISearchPath& searchPath, AssetCreationContext& context);
|
||||
MapEnts* linkMapEnts(BSPData* bsp);
|
||||
T6::MapEnts* linkMapEnts(BSPData* bsp);
|
||||
|
||||
private:
|
||||
MemoryManager& m_memory;
|
||||
|
||||
Reference in New Issue
Block a user