mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-01 06:27:26 +00:00
10 lines
188 B
C++
10 lines
188 B
C++
#pragma once
|
|
|
|
#include "Dumping/AbstractAssetDumper.h"
|
|
#include "Game/T6/T6.h"
|
|
|
|
namespace T6
|
|
{
|
|
void DumpFontIconAsJson(const AssetDumpingContext& context, const FontIcon& fontIcon);
|
|
}
|