mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-30 08:37:53 -05:00
refactor: extract experimental iw4 material dumping into separate dumper
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1131
src/ObjWriting/Game/IW4/Material/DecompilingMaterialDumperIW4.cpp
Normal file
1131
src/ObjWriting/Game/IW4/Material/DecompilingMaterialDumperIW4.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
Reference in New Issue
Block a user