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:
- 2:b62e8be35a5d
- Parent:
- 1:37802772843e
- Child:
- 3:b34685dbdb8d
--- a/Game/Game.h Mon Mar 25 10:48:23 2019 +0000 +++ b/Game/Game.h Tue Apr 02 10:45:44 2019 +0000 @@ -7,6 +7,8 @@ #include "Gamepad.h" #include "Sprite.h" + + class Game { public: @@ -14,7 +16,7 @@ ~Game(); void read_input(Gamepad &pad); void update(Gamepad &pad); - void draw(N5110 lcd); + void draw(N5110 &lcd); private: Direction _d;