TheCOSCGameProject  1.0
menu.h
Go to the documentation of this file.
1 
9 #ifndef MENU_H
10 #define MENU_H
11 
12 #include <iostream>
13 #include <vector>
14 #include <string>
15 #include <iomanip>
16 
22 void displayIntro(int delayTime, const std::string &color);
23 
29 void Displayj();
30 
36 void StartGame(const std::string &color);
37 
42 void LoadSavedGame();
43 
49 
56 void Accessiblity(int &delayTime, std::string &color);
57 
64 std::string getColor(int colorChoice, const std::string &color);
65 
66 void DisplayOption();
67 
68 #endif // MENU_H