Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

Revision:
58:a9a39424df52
Parent:
57:d4ce42c24561
Child:
59:0b2e43312d6b
--- a/GameEngine/GameEngine.h	Tue May 19 19:58:49 2020 +0000
+++ b/GameEngine/GameEngine.h	Tue May 19 20:21:41 2020 +0000
@@ -72,6 +72,9 @@
         /** Draws the game over screen*/
         void draw_game_over_screen();
         
+        /** Initialises the play part of the game*/
+        void play_init();
+        
     //Spaceship Control      
         /** Gets joystick direction from gamepad and stores it in d_ */
         void read_joystick_direction();