mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 14:28:03 -05:00
12 lines
240 B
C++
12 lines
240 B
C++
#pragma once
|
|
|
|
#include "Dumping/AssetDumpingContext.h"
|
|
#include "Game/T6/T6.h"
|
|
|
|
#include <ostream>
|
|
|
|
namespace T6
|
|
{
|
|
void DumpMaterialAsJson(std::ostream& stream, const Material* material, AssetDumpingContext& context);
|
|
} // namespace T6
|