Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

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();