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:
- 23:5e8a435e568f
- Parent:
- 22:8e38efeae0c9
- Child:
- 24:7770c7f27cdc
--- a/Game/Game.h Thu May 09 12:10:56 2019 +0000 +++ b/Game/Game.h Thu May 09 12:15:50 2019 +0000 @@ -21,10 +21,8 @@ int get_lives(); void direc(Gamepad &pad); void display_health(N5110 &lcd); - //void display_coins(N5110 &lcd); void drawSprite(N5110 &lcd); void movement(N5110 &lcd, Gamepad &pad); - //void coinIncrementer(); void collect(N5110 &lcd, Gamepad &pad); void win(N5110 &lcd); void damage(N5110 &lcd, Gamepad &pad);