mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-09-22 22:07:08 +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);
|
|
}
|