2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-02 23:17:26 +00:00

chore: dump font icons as json instead of csv

This commit is contained in:
Jan Laupetin
2025-07-22 22:48:48 +01:00
parent 745f545342
commit 9f4727789a
13 changed files with 483 additions and 265 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include <string>
namespace T6::font_icon
{
std::string GetJsonFileNameForAssetName(const std::string& assetName);
}