mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-28 07:17:47 +00:00
Formatted all BSP loading files using clang.
This commit is contained in:
@@ -7,15 +7,15 @@
|
||||
|
||||
namespace BSP
|
||||
{
|
||||
class GameWorldMpLinker
|
||||
{
|
||||
public:
|
||||
GameWorldMpLinker(MemoryManager& memory, ISearchPath& searchPath, AssetCreationContext& context);
|
||||
AssetCreationResult linkGameWorldMp(BSPData* bsp);
|
||||
class GameWorldMpLinker
|
||||
{
|
||||
public:
|
||||
GameWorldMpLinker(MemoryManager& memory, ISearchPath& searchPath, AssetCreationContext& context);
|
||||
AssetCreationResult linkGameWorldMp(BSPData* bsp);
|
||||
|
||||
private:
|
||||
MemoryManager& m_memory;
|
||||
ISearchPath& m_search_path;
|
||||
AssetCreationContext& m_context;
|
||||
};
|
||||
}
|
||||
private:
|
||||
MemoryManager& m_memory;
|
||||
ISearchPath& m_search_path;
|
||||
AssetCreationContext& m_context;
|
||||
};
|
||||
} // namespace BSP
|
||||
|
||||
Reference in New Issue
Block a user