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.
Diff: MinerEngine/MinerEngine.h
- Revision:
- 8:c5969685cf02
- Parent:
- 7:5bb5cde8951a
- Child:
- 10:51870f8e2e1a
diff -r 5bb5cde8951a -r c5969685cf02 MinerEngine/MinerEngine.h --- a/MinerEngine/MinerEngine.h Sun Apr 26 07:30:22 2020 +0000 +++ b/MinerEngine/MinerEngine.h Sun Apr 26 13:17:27 2020 +0000 @@ -33,7 +33,7 @@ void update(Gamepad &pad); //void check_monster_collision(Gamepad &pad); //void check_claw_collision(Gamepad &pad); - void claw_down(Gamepad &pad); + //void claw_down(Gamepad &pad); void welcome(Gamepad &pad, N5110 &lcd); void game_over(Gamepad &pad, N5110 &lcd); void play_music(Gamepad &pad);