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