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:
- 59:0b2e43312d6b
- Parent:
- 58:a9a39424df52
- Child:
- 62:f0c86a854a9e
--- a/GameEngine/GameEngine.h Tue May 19 20:21:41 2020 +0000
+++ b/GameEngine/GameEngine.h Wed May 20 17:47:18 2020 +0000
@@ -75,6 +75,11 @@
/** Initialises the play part of the game*/
void play_init();
+ /** Initialises the play part of the game and sets the variables to
+ * saved values
+ */
+ void saved_game_overide_init();
+
//Spaceship Control
/** Gets joystick direction from gamepad and stores it in d_ */
void read_joystick_direction();