Storia
 
Loading...
Searching...
No Matches
stagesPage.h
Go to the documentation of this file.
1#pragma once
2#include"pch.h"
3
4class Stages
5{
6public:
7 static void stagesMenu(Ui& ui);
8private:
9 void displayStage(const std::string& mapPath, const std::string& infoPath);
10 void choiceSwitch(const std::string& Leaders, Ui& ui);
11};
Definition stagesPage.h:5
static void stagesMenu(Ui &ui)
Definition stagesPage.cpp:4
Definition userInterface.h:7