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.cpp
- Revision:
- 3:f9cd1a38d5c6
- Parent:
- 2:66a4e5d7a7cd
- Child:
- 4:740e14ebbc97
diff -r 66a4e5d7a7cd -r f9cd1a38d5c6 RosenEngine/RosenEngine.cpp --- a/RosenEngine/RosenEngine.cpp Wed Feb 27 12:07:03 2019 +0000 +++ b/RosenEngine/RosenEngine.cpp Sat Mar 02 19:36:45 2019 +0000 @@ -1,3 +1,5 @@ +#include "RosenEngine.h" + // Constructor RosenEngine::RosenEngine() { @@ -8,10 +10,13 @@ { } + +/* void RosenEngine::init(int ship_width,int ship_speed,int ship_x_pos,int ship_y_pos) { _ship_width = ship_width; _ship_speed = ship_speed; _ship_x_pos = ship_x_pos; _ship_y_pos = ship_y_pos; -} \ No newline at end of file +} +*/ \ No newline at end of file