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: rec/rect.h
- Revision:
- 19:362ad1cd6d4a
- Parent:
- 10:ef01b3076040
- Child:
- 24:14489d259ffb
- Child:
- 27:eab2cf10554e
diff -r 78001ecadcb2 -r 362ad1cd6d4a rec/rect.h --- a/rec/rect.h Sat Apr 28 21:12:33 2018 +0000 +++ b/rec/rect.h Sat Apr 28 21:59:45 2018 +0000 @@ -13,6 +13,7 @@ void draw(N5110 &lcd); void update(Direction d,float mag); void add_score(); + void minus_score(); int get_score(); Vector2D get_pos();