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:
- 25:749f1efc31fc
- Parent:
- 24:0570cb4b92d7
- Child:
- 26:676874c42883
--- a/game/game.h Tue Apr 02 15:38:40 2019 +0000 +++ b/game/game.h Wed Apr 03 12:46:04 2019 +0000 @@ -2,7 +2,11 @@ #define GAME_H #include "geometry.h" - +extern int game_score; +extern int game_score; +extern int player_lifes; +extern bool red_led_state; +extern int red_led_flashing; class Game{ public: