Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

Revision:
71:bcbac2cfe005
Parent:
69:753ba27325ce
Child:
72:e7492591307e
--- a/GameEngine/GameEngine.h	Fri May 22 17:20:22 2020 +0000
+++ b/GameEngine/GameEngine.h	Fri May 22 17:47:48 2020 +0000
@@ -54,6 +54,9 @@
         
         /** Initialises the play part of the game*/
         void play_init();
+        
+        /** Only runs movement when the spaceship is not destroyed */
+        void spaceship_not_detroyed();
        
         /** Main gameplay loop that runs playable part of game */
         void gameplay_loop();