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.
Fork of fy15raf by
Diff: GameEngine/GameEngine.h
- Revision:
- 11:cb48d596aa3e
- Parent:
- 9:e70179ff61c5
- Child:
- 12:4d7f1349d796
diff -r 3af708f38a42 -r cb48d596aa3e GameEngine/GameEngine.h --- a/GameEngine/GameEngine.h Thu May 03 12:07:54 2018 +0000 +++ b/GameEngine/GameEngine.h Thu May 03 22:34:03 2018 +0000 @@ -22,7 +22,12 @@ void print_scores(N5110 &lcd); void print_scores1(N5110 &lcd); int get_gameOver1(); - + /* void sec(); + int get_time(); + void print_sec(N5110 &lcd); + Ticker ticker; + void timer_ist(); + void print_sec_over(N5110 &lcd);*/ private: @@ -35,6 +40,8 @@ void check_goal(Gamepad &pad); int score; int gameOver; + // int Sec; + //int g_timer_flag; }; #endif