mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-07 12:18:40 +00:00
9 lines
130 B
C++
9 lines
130 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace leaderboard
|
|
{
|
|
std::string GetJsonFileNameForAsset(const std::string& assetName);
|
|
}
|