mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-12 11:41:50 +00:00
chore: generalize IAssetDumper interface
This commit is contained in:
@@ -5,8 +5,11 @@
|
||||
|
||||
namespace raw_file
|
||||
{
|
||||
class DumperIW3 final : public AbstractAssetDumper<IW3::RawFile>
|
||||
class DumperIW3 final : public AbstractAssetDumper<IW3::AssetRawFile>
|
||||
{
|
||||
public:
|
||||
explicit DumperIW3(const AssetPool<IW3::AssetRawFile::Type>& pool);
|
||||
|
||||
protected:
|
||||
void DumpAsset(AssetDumpingContext& context, const XAssetInfo<IW3::RawFile>& asset) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user