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: Game/Game.h
- Revision:
- 3:c61d0c70eda4
- Parent:
- 2:7fa08670b1fc
- Child:
- 4:17d5b53b8815
--- a/Game/Game.h Tue May 26 16:26:12 2020 +0000 +++ b/Game/Game.h Tue May 26 16:52:17 2020 +0000 @@ -33,7 +33,7 @@ Game(); void movement(Gamepad &pad); - bool death(N5110 &lcd,Gamepad &pad); + int death(N5110 &lcd,Gamepad &pad); void draw(N5110 &lcd,Gamepad &pad); void gameover(N5110 &lcd,Gamepad &pad); void point(N5110 &lcd,Gamepad &pad);