mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-17 10:17:59 -05:00
Add basis for iw4 techset dumping
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
#include "AssetDumperVertexDecl.h"
|
||||
|
||||
using namespace IW4;
|
||||
|
||||
bool AssetDumperVertexDecl::ShouldDump(XAssetInfo<MaterialVertexDeclaration>* asset)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void AssetDumperVertexDecl::DumpAsset(AssetDumpingContext& context, XAssetInfo<MaterialVertexDeclaration>* asset)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user