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:
- 53:3fdc4486f672
- Parent:
- 52:29772e31a620
diff -r 29772e31a620 -r 3fdc4486f672 RosenEngine/RosenEngine.cpp --- a/RosenEngine/RosenEngine.cpp Thu May 09 13:22:45 2019 +0000 +++ b/RosenEngine/RosenEngine.cpp Thu May 09 14:52:52 2019 +0000 @@ -200,6 +200,10 @@ _menu.update(_d,_joystick); _menu.disp_ships(lcd); } +void RosenEngine::help(N5110 &lcd) +{ + _lore.help(lcd); +} bool RosenEngine::check_collision(int xpos1, int ypos1,int width1,int height1,int xpos2, int ypos2,int width2,int height2) { // Create arrays of all positions with appropriate height and length