mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-23 13:12:06 +00:00
Formatted all BSP loading files using clang.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "MapEntsLinker.h"
|
||||
#include "../BSPUtil.h"
|
||||
#include "MapEntsLinker.h"
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
using namespace nlohmann;
|
||||
@@ -59,18 +59,15 @@ namespace
|
||||
}
|
||||
}
|
||||
|
||||
std::string loadMapEnts()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
std::string loadMapEnts() {}
|
||||
} // namespace
|
||||
|
||||
namespace BSP
|
||||
{
|
||||
MapEntsLinker::MapEntsLinker(MemoryManager& memory, ISearchPath& searchPath, AssetCreationContext& context)
|
||||
: m_memory(memory),
|
||||
m_search_path(searchPath),
|
||||
m_context(context)
|
||||
m_search_path(searchPath),
|
||||
m_context(context)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -138,5 +135,4 @@ namespace BSP
|
||||
return AssetCreationResult::Failure();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace BSP
|
||||
|
||||
Reference in New Issue
Block a user