mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-01 09:07:55 -05:00
chore: add ObjCompiling component
This commit is contained in:
8
src/ObjCompiling/Game/IW4/ObjCompilerIW4.cpp
Normal file
8
src/ObjCompiling/Game/IW4/ObjCompilerIW4.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include "ObjCompilerIW4.h"
|
||||
|
||||
using namespace IW4;
|
||||
|
||||
ObjCompilerResult ObjCompiler::CompileAssetForZone(AssetLoadingContext& context, asset_type_t assetType, const std::string& assetName) const
|
||||
{
|
||||
return ObjCompilerResult::NO_COMPILATION_DONE;
|
||||
}
|
Reference in New Issue
Block a user