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