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