mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-17 18:33:02 +00:00
refactor: streamline obj compiling asset loading
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace IW4
|
||||
namespace IW4::vertex_decl
|
||||
{
|
||||
std::unique_ptr<AssetCreator<AssetVertexDecl>> CreateVertexDeclLoader(MemoryManager& memory);
|
||||
} // namespace IW4
|
||||
std::unique_ptr<AssetCreator<AssetVertexDecl>> CreateLoader(MemoryManager& memory);
|
||||
} // namespace IW4::vertex_decl
|
||||
|
||||
Reference in New Issue
Block a user