mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
12 lines
244 B
C++
12 lines
244 B
C++
#pragma once
|
|
|
|
#include "Dumping/AssetDumpingContext.h"
|
|
#include "Game/IW5/IW5.h"
|
|
|
|
#include <ostream>
|
|
|
|
namespace IW5
|
|
{
|
|
void DumpMaterialAsJson(std::ostream& stream, const Material* material, AssetDumpingContext& context);
|
|
} // namespace IW5
|