2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-03 17:51:54 +00:00

refactor: extract experimental iw4 material dumping into separate dumper

This commit is contained in:
Jan
2025-06-25 22:09:01 +01:00
parent 223dfcd4f8
commit f897a41188
3 changed files with 1144 additions and 1151 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
#pragma once
#include "Dumping/AssetDumpingContext.h"
#include "Game/IW4/IW4.h"
#include "Obj/Gdt/GdtStream.h"
namespace IW4
{
void DecompileMaterialToGdt(GdtOutputStream& out, const Material& material, AssetDumpingContext& context);
} // namespace IW4