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