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: RosenEngine/RosenEngine.h
- Revision:
- 21:628fb703188f
- Parent:
- 17:e65a9f981834
- Child:
- 25:faba9eb44514
--- a/RosenEngine/RosenEngine.h Sun Apr 14 06:25:16 2019 +0000 +++ b/RosenEngine/RosenEngine.h Sun Apr 14 10:11:43 2019 +0000 @@ -24,7 +24,7 @@ void get_pos(); void title(N5110 &lcd); int get_ycursor(); - int get_xcursor(); + int get_shipno(); void ship_select(N5110 &lcd); int ship_xpos; @@ -48,7 +48,7 @@ float _yjoystick; Direction _d; int _ycursor; - int _xcursor; + int _shipno; };