mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 23:38:09 -05:00
chore: add ObjCompiling component
This commit is contained in:
12
src/ObjCompiling/Game/T6/ObjCompilerT6.h
Normal file
12
src/ObjCompiling/Game/T6/ObjCompilerT6.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "IObjCompiler.h"
|
||||
|
||||
namespace T6
|
||||
{
|
||||
class ObjCompiler final : public IObjCompiler
|
||||
{
|
||||
public:
|
||||
ObjCompilerResult CompileAssetForZone(AssetLoadingContext& context, asset_type_t assetType, const std::string& assetName) const override;
|
||||
};
|
||||
} // namespace T6
|
Reference in New Issue
Block a user