chore: add ObjCompiling component

This commit is contained in:
Jan
2024-10-20 14:12:16 +02:00
parent f9e0bdaa7b
commit 3803ae24f5
17 changed files with 227 additions and 2 deletions

View 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;
}