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