mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
ObjWriting: Add method to AbstractAssetDumper for checking whether an asset should be dumped
This commit is contained in:
@ -2,6 +2,11 @@
|
||||
|
||||
using namespace T6;
|
||||
|
||||
bool AssetDumperRawFile::ShouldDump(RawFile* asset)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
std::string AssetDumperRawFile::GetFileNameForAsset(Zone* zone, RawFile* asset)
|
||||
{
|
||||
return std::string(asset->name);
|
||||
|
Reference in New Issue
Block a user