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
Diff: Eng/Eng.h
- Revision:
 - 16:7c612029d9c9
 - Parent:
 - 15:01a69bdb85e9
 - Child:
 - 17:18ae81180853
 
--- a/Eng/Eng.h	Tue May 19 11:10:23 2020 +0000
+++ b/Eng/Eng.h	Tue May 19 13:49:30 2020 +0000
@@ -31,8 +31,8 @@
     
     void check_s_hit(Gamepad &pad);
     
-    void checkgame(N5110 &lcd);
-    void gameover(N5110 &lcd);
+    int checkgame(N5110 &lcd);
+    void gameover(N5110 &lcd, Gamepad &pad);
     
     void tik();
     
@@ -75,6 +75,8 @@
     
     Spikes _s1;
     Spikes _s2;
+    
+    bool game_f;
 
 };