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:
8
src/ObjCommon/Game/T6/FontIcon/FontIconCommonT6.h
Normal file
8
src/ObjCommon/Game/T6/FontIcon/FontIconCommonT6.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace T6::font_icon
|
||||
{
|
||||
std::string GetJsonFileNameForAssetName(const std::string& assetName);
|
||||
}
|
Reference in New Issue
Block a user