ELEC2645 (2018/19) / Mbed 2 deprecated el17dg

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

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