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: Engine/Engine.h
- Revision:
- 6:ed553fd191c2
- Parent:
- 5:a3a9e0417e04
- Child:
- 11:b25874e7efe4
--- a/Engine/Engine.h Sun Apr 29 18:03:45 2018 +0000 +++ b/Engine/Engine.h Mon Apr 30 15:07:08 2018 +0000 @@ -15,7 +15,6 @@ void read_input(Gamepad &pad); void update(Gamepad &pad); void draw(N5110 &lcd); - void changeScore(); string convertString(int a); void gameOver(N5110 &lcd);