Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: GameEngine/GameEngine.h
- Revision:
- 62:f0c86a854a9e
- Parent:
- 59:0b2e43312d6b
- Child:
- 64:e9dfc35a1738
--- a/GameEngine/GameEngine.h Wed May 20 19:50:11 2020 +0000
+++ b/GameEngine/GameEngine.h Wed May 20 21:15:50 2020 +0000
@@ -60,7 +60,7 @@
/** Runs settings screen*/
void run_settings();
- /** Runs saved game screen */
+ /** Runs saved games screen */
void run_saved_games();
/** Runs the paused screen */
@@ -80,6 +80,9 @@
*/
void saved_game_overide_init();
+ /** Runs save a game screen */
+ void run_save_game();
+
//Spaceship Control
/** Gets joystick direction from gamepad and stores it in d_ */
void read_joystick_direction();
@@ -166,8 +169,11 @@
/** Paused flag */
bool paused_flag_;
- /** Flag to ecite the play part of the game */
+ /** Flag to exit the play part of the game */
bool exit_flag_;
+
+ /** Flag to run the save game screen */
+ bool run_saved_game_flag_;
//Spacehip Control
/** Define points*/