mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-22 06:16:01 +00:00
chore: generalize IAssetDumper interface
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
|
||||
namespace localize
|
||||
{
|
||||
class DumperIW4 final : public IAssetDumper<IW4::LocalizeEntry>
|
||||
class DumperIW4 final : public AbstractSingleProgressAssetDumper<IW4::AssetLocalize>
|
||||
{
|
||||
public:
|
||||
[[nodiscard]] size_t GetProgressTotalCount(const AssetPool<IW4::LocalizeEntry>& pool) const override;
|
||||
void DumpPool(AssetDumpingContext& context, const AssetPool<IW4::LocalizeEntry>& pool) override;
|
||||
explicit DumperIW4(const AssetPool<IW4::AssetLocalize::Type>& pool);
|
||||
|
||||
void Dump(AssetDumpingContext& context) override;
|
||||
};
|
||||
} // namespace localize
|
||||
|
Reference in New Issue
Block a user