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