mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-04 07:47:25 +00:00
chore: dump font icons as json instead of csv
This commit is contained in:
9
src/ObjWriting/Game/T6/FontIcon/DumperFontIconCsvT6.h
Normal file
9
src/ObjWriting/Game/T6/FontIcon/DumperFontIconCsvT6.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "Dumping/AbstractAssetDumper.h"
|
||||
#include "Game/T6/T6.h"
|
||||
|
||||
namespace T6
|
||||
{
|
||||
void DumpFontIconAsCsv(const AssetDumpingContext& context, const FontIcon& fontIcon);
|
||||
}
|
Reference in New Issue
Block a user