mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-06 03:27:54 -05:00
ObjWriting: Add method to AbstractAssetDumper for checking whether an asset should be dumped
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
class AssetDumperQdb final : public AbstractAssetDumper<T6::Qdb>
|
||||
{
|
||||
protected:
|
||||
bool ShouldDump(T6::Qdb* asset) override;
|
||||
std::string GetFileNameForAsset(Zone* zone, T6::Qdb* asset) override;
|
||||
void DumpAsset(Zone* zone, T6::Qdb* asset, FileAPI::File* out) override;
|
||||
};
|
Reference in New Issue
Block a user