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:
- 27:f99249e727fd
- Parent:
- 26:a53d41adf40b
- Child:
- 28:6319e928f0aa
diff -r a53d41adf40b -r f99249e727fd RosenEngine/RosenEngine.h --- a/RosenEngine/RosenEngine.h Thu Apr 18 11:40:47 2019 +0000 +++ b/RosenEngine/RosenEngine.h Thu Apr 18 13:57:41 2019 +0000 @@ -18,6 +18,7 @@ ~RosenEngine(); void init(int ship_width,int ship_height,int ship_speed,int ship_xpos,int ship_ypos); + void reset(); void read_input(Gamepad &pad); void update(Gamepad &pad); void draw(N5110 &lcd, Gamepad &pad);