ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

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