mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-18 19:03:03 +00:00
refactor: move iw4 techset and vertexdecl compiling to ObjCompiling
This commit is contained in:
13
src/ObjCompiling/Game/IW4/Techset/CompilerVertexDeclIW4.h
Normal file
13
src/ObjCompiling/Game/IW4/Techset/CompilerVertexDeclIW4.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "Asset/IAssetCreator.h"
|
||||
#include "Game/IW4/IW4.h"
|
||||
#include "SearchPath/ISearchPath.h"
|
||||
#include "Utils/MemoryManager.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace IW4
|
||||
{
|
||||
std::unique_ptr<AssetCreator<AssetVertexDecl>> CreateVertexDeclLoader(MemoryManager& memory);
|
||||
} // namespace IW4
|
||||
Reference in New Issue
Block a user