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: Engine/Engine.h
- Revision:
- 7:193c0fd7afdd
- Parent:
- 6:a0f3dbbc8d33
- Child:
- 13:c3c58d50a571
--- a/Engine/Engine.h Wed May 08 23:42:32 2019 +0000 +++ b/Engine/Engine.h Thu May 09 01:27:58 2019 +0000 @@ -14,7 +14,7 @@ public: Engine(); ~Engine(); - void init(int wall_width,int wall_gap,int avenger_size,int stone_size,int speed); + void init(int wall_width,int wall_gap,int stone_size,int speed); void read_input(Gamepad &pad); void draw(N5110 &lcd); void update(Gamepad &pad); @@ -34,7 +34,6 @@ int _wall_width; int _wall_gap; - int _avenger_size; int _stone_size; int _speed;