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: Game/Game.h
- Revision:
- 7:68e06dda79f7
- Parent:
- 6:2ca1516ec1e2
- Child:
- 9:96969b1c6bde
--- a/Game/Game.h Wed Apr 10 11:03:07 2019 +0000 +++ b/Game/Game.h Wed Apr 17 12:39:46 2019 +0000 @@ -16,6 +16,7 @@ public: Game(); ~Game(); + void init(); void read_input(Gamepad &pad); void update(Gamepad &pad); void draw(N5110 &lcd);