Implement leaderboard scores.

This commit is contained in:
Mr_Goldberg 2022-08-07 04:37:57 -04:00
parent e59508a696
commit 5234d8b0e6
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
2 changed files with 126 additions and 10 deletions

View file

@ -47,6 +47,7 @@ public:
static constexpr auto settings_storage_folder = "settings";
static constexpr auto remote_storage_folder = "remote";
static constexpr auto stats_storage_folder = "stats";
static constexpr auto leaderboard_storage_folder = "leaderboard";
static constexpr auto user_data_storage = "local";
static constexpr auto screenshots_folder = "screenshots";
static constexpr auto game_settings_folder = "steam_settings";