mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-02 06:57:26 +00:00
9 lines
136 B
C++
9 lines
136 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace T6::font_icon
|
|
{
|
|
std::string GetJsonFileNameForAssetName(const std::string& assetName);
|
|
}
|