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:
- 14:13e82f720bea
- Parent:
- 13:c3c58d50a571
- Child:
- 15:749c595b19e2
--- a/Engine/Engine.h Thu May 09 05:25:04 2019 +0000 +++ b/Engine/Engine.h Thu May 09 06:19:58 2019 +0000 @@ -18,7 +18,7 @@ void read_input(Gamepad &pad); void draw(N5110 &lcd); void update(Gamepad &pad); - int get_score(); + int get_score(); // get score for the incoming events private: @@ -36,7 +36,7 @@ int _stone_size; int _speed; - // x positions of the paddles + // x positions of the walls int _w0x; int _w1x; int _w2x;