mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-09-24 14:57:06 +00:00
refactor: merge leaderboard dumpers into a single file
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace leaderboard
|
||||
{
|
||||
std::string GetJsonFileNameForAsset(const std::string& assetName);
|
||||
}
|
||||
Reference in New Issue
Block a user