mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-23 05:12:05 +00:00
Initial commit of BSP compilation
This commit is contained in:
14
src/ObjLoading/Game/T6/CustomMap/CustomMapLinker.h
Normal file
14
src/ObjLoading/Game/T6/CustomMap/CustomMapLinker.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "Game/T6/T6.h"
|
||||
#include "SearchPath/ISearchPath.h"
|
||||
#include "Utils/MemoryManager.h"
|
||||
#include "Asset/IAssetCreator.h"
|
||||
using namespace T6;
|
||||
|
||||
#include "OBJ_Loader.h"
|
||||
|
||||
class CustomMapLinker
|
||||
{
|
||||
public:
|
||||
CustomMapLinker(MemoryManager& memory, ISearchPath& searchPath, Zone& zone);
|
||||
bool linkCustomMap(customMapInfo* projInfo);
|
||||
};
|
||||
Reference in New Issue
Block a user