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.
Dependencies: mbed
Fork of el17dg by
Diff: game/game.h
- Revision:
- 28:35af3843de8f
- Parent:
- 27:f05f4e738ba9
- Child:
- 29:579e00b7f118
diff -r f05f4e738ba9 -r 35af3843de8f game/game.h --- a/game/game.h Mon Apr 08 14:41:57 2019 +0000 +++ b/game/game.h Wed Apr 10 15:42:10 2019 +0000 @@ -8,6 +8,7 @@ extern int player_lifes; extern bool red_led_state; extern int red_led_flashing; +extern int high_score; class Game{ public: @@ -29,6 +30,7 @@ void starsSpawnDelay(); void increaseGameDifficultyAndEnemySpawnDelay(); void gameOver(); + void drawGameOver(); };