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: GameEngine/GameEngine.h
- Revision:
- 14:cf4a32245152
- Parent:
- 12:4d7f1349d796
- Child:
- 15:658f1216ee84
--- a/GameEngine/GameEngine.h Fri May 04 23:26:17 2018 +0000 +++ b/GameEngine/GameEngine.h Sun May 06 16:17:41 2018 +0000 @@ -25,6 +25,8 @@ void time_increment(); void time_stop(); void print_travel_time(N5110 &lcd); + void reset_gameOver(); + int gameOver; private: @@ -38,7 +40,6 @@ Asteroid _asteroid3; Direction _d; float _mag; - int gameOver; Timer time; int _time;