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