mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-08 17:57:24 +00:00
refactor: move iw3,iw4,iw5,t5 dumpers into seperate folders
This commit is contained in:
14
src/ObjWriting/Game/IW5/Weapon/AssetDumperWeaponAttachment.h
Normal file
14
src/ObjWriting/Game/IW5/Weapon/AssetDumperWeaponAttachment.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "Dumping/AbstractAssetDumper.h"
|
||||
#include "Game/IW5/IW5.h"
|
||||
|
||||
namespace IW5
|
||||
{
|
||||
class AssetDumperWeaponAttachment final : public AbstractAssetDumper<WeaponAttachment>
|
||||
{
|
||||
protected:
|
||||
bool ShouldDump(XAssetInfo<WeaponAttachment>* asset) override;
|
||||
void DumpAsset(AssetDumpingContext& context, XAssetInfo<WeaponAttachment>* asset) override;
|
||||
};
|
||||
} // namespace IW5
|
Reference in New Issue
Block a user