mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-24 13:42:06 +00:00
Formatted all BSP loading files using clang.
This commit is contained in:
@@ -7,18 +7,18 @@
|
||||
|
||||
namespace BSP
|
||||
{
|
||||
class BSPLinker
|
||||
{
|
||||
public:
|
||||
BSPLinker(MemoryManager& memory, ISearchPath& searchPath, AssetCreationContext& context);
|
||||
AssetCreationResult linkBSP(BSPData* bsp);
|
||||
class BSPLinker
|
||||
{
|
||||
public:
|
||||
BSPLinker(MemoryManager& memory, ISearchPath& searchPath, AssetCreationContext& context);
|
||||
AssetCreationResult linkBSP(BSPData* bsp);
|
||||
|
||||
private:
|
||||
FootstepTableDef* addEmptyFootstepTableAsset(std::string assetName);
|
||||
bool addDefaultRequiredAssets(BSPData* bsp);
|
||||
private:
|
||||
FootstepTableDef* addEmptyFootstepTableAsset(std::string assetName);
|
||||
bool addDefaultRequiredAssets(BSPData* bsp);
|
||||
|
||||
MemoryManager& m_memory;
|
||||
ISearchPath& m_search_path;
|
||||
AssetCreationContext& m_context;
|
||||
};
|
||||
}
|
||||
MemoryManager& m_memory;
|
||||
ISearchPath& m_search_path;
|
||||
AssetCreationContext& m_context;
|
||||
};
|
||||
} // namespace BSP
|
||||
|
||||
Reference in New Issue
Block a user