ELEC2645 (2017/18) / Mbed 2 deprecated el17yw

Dependencies:   mbed

Revision:
20:a3fd428fb4f4
Parent:
19:362ad1cd6d4a
Child:
22:c1e1283c6356
--- a/engine/engine.h	Sat Apr 28 21:59:45 2018 +0000
+++ b/engine/engine.h	Sat Apr 28 23:32:23 2018 +0000
@@ -8,7 +8,7 @@
 #include "boom.h"
 #include "bigboom.h"
 #include "money.h"
-
+#include "help.h"
 
 //#define GAP 2
 
@@ -22,6 +22,7 @@
     void read_input(Gamepad &pad);
     void update(Gamepad &pad,N5110 &lcd);
     void draw(N5110 &lcd);
+    void sb(Gamepad &pad,N5110 &lcd);
     
 
 private:
@@ -50,7 +51,7 @@
     
     bigboom _bigboom;
     
-    
+    help _help;
     
     Direction _d;
     float _mag;