mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-21 22:05:51 +00:00
feat: report on unlinking progress
This commit is contained in:
@@ -8,7 +8,6 @@ namespace raw_file
|
||||
class DumperT5 final : public AbstractAssetDumper<T5::RawFile>
|
||||
{
|
||||
protected:
|
||||
bool ShouldDump(XAssetInfo<T5::RawFile>* asset) override;
|
||||
void DumpAsset(AssetDumpingContext& context, XAssetInfo<T5::RawFile>* asset) override;
|
||||
void DumpAsset(AssetDumpingContext& context, const XAssetInfo<T5::RawFile>& asset) override;
|
||||
};
|
||||
} // namespace raw_file
|
||||
|
Reference in New Issue
Block a user