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:
- 14:88ca5b1a111a
- Parent:
- 13:e114d362186d
- Child:
- 15:009ccc07bb57
--- a/RosenEngine/RosenEngine.h Wed Apr 10 12:04:07 2019 +0000 +++ b/RosenEngine/RosenEngine.h Wed Apr 10 18:50:17 2019 +0000 @@ -18,7 +18,7 @@ void init(int ship_width,int ship_height,int ship_speed,int ship_xpos,int ship_ypos); void read_input(Gamepad &pad); void update(Gamepad &pad); - void draw(N5110 &lcd); + void draw(N5110 &lcd, Gamepad &pad); void get_pos(); void title(N5110 &lcd); int get_ycursor();