mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-23 14:55:52 +00:00
refactor: streamline techset dumper
This commit is contained in:
14
src/ObjWriting/Game/IW4/Techset/TechsetDumperIW4.h
Normal file
14
src/ObjWriting/Game/IW4/Techset/TechsetDumperIW4.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "Dumping/AbstractAssetDumper.h"
|
||||
#include "Game/IW4/IW4.h"
|
||||
|
||||
namespace IW4::techset
|
||||
{
|
||||
class Dumper final : public AbstractAssetDumper<MaterialTechniqueSet>
|
||||
{
|
||||
protected:
|
||||
bool ShouldDump(XAssetInfo<MaterialTechniqueSet>* asset) override;
|
||||
void DumpAsset(AssetDumpingContext& context, XAssetInfo<MaterialTechniqueSet>* asset) override;
|
||||
};
|
||||
} // namespace IW4::techset
|
Reference in New Issue
Block a user