2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-02 06:57:26 +00:00
Files
OpenAssetTools/src/ObjCommon/Game/T6/FontIcon/FontIconCommonT6.h
2025-07-23 19:20:51 +01:00

9 lines
136 B
C++

#pragma once
#include <string>
namespace T6::font_icon
{
std::string GetJsonFileNameForAssetName(const std::string& assetName);
}