mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-26 22:57:52 -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 AssetDumperSlug final : public AbstractAssetDumper<T6::Slug>
|
||||
{
|
||||
protected:
|
||||
bool ShouldDump(T6::Slug* asset) override;
|
||||
std::string GetFileNameForAsset(Zone* zone, T6::Slug* asset) override;
|
||||
void DumpAsset(Zone* zone, T6::Slug* asset, FileAPI::File* out) override;
|
||||
};
|
Reference in New Issue
Block a user