1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

initial highscore support

This commit is contained in:
Laserlicht
2023-09-22 01:39:35 +02:00
committed by GitHub
parent ec582328b4
commit 92b0e2b400
16 changed files with 652 additions and 357 deletions

View File

@@ -152,6 +152,7 @@ public:
static void openCampaignLobby(const std::string & campaignFileName, std::string campaignSet = "");
static void openCampaignLobby(std::shared_ptr<CampaignState> campaign);
static void startTutorial();
static void openHighScoreScreen();
void openCampaignScreen(std::string name);
static std::shared_ptr<CMainMenu> create();