chore: use IObjWriter directly instead of indirection of ObjWriting

This commit is contained in:
Jan
2024-10-19 12:41:20 +02:00
parent 4c9a84777f
commit bb845f68e9
21 changed files with 121 additions and 153 deletions

View File

@ -34,6 +34,5 @@ public:
} Configuration;
static bool DumpZone(AssetDumpingContext& context);
static bool ShouldHandleAssetType(asset_type_t assetType);
};