Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

Revision:
55:c04568b25617
Parent:
51:35cb8e604b72
Child:
56:663d0546c235
--- a/GameEngine/GameEngine.h	Tue May 19 18:32:18 2020 +0000
+++ b/GameEngine/GameEngine.h	Tue May 19 18:52:54 2020 +0000
@@ -62,6 +62,9 @@
         /** Runs settings part of games*/
         void run_saved_games();
         
+        /** Draws the pause screen*/
+        void draw_pause_screen();
+        
     //Spaceship Control      
         /** Gets joystick direction from gamepad and stores it in d_ */
         void read_joystick_direction();