ELEC2645 (2018/19) / Mbed 2 deprecated el17m2h_public

Dependencies:   mbed

Revision:
16:e0542761fc8c
Parent:
15:4efa04a6a376
Child:
17:74de8c17ddac
--- a/Engine/Engine.h	Tue Apr 23 23:14:06 2019 +0000
+++ b/Engine/Engine.h	Wed Apr 24 10:33:39 2019 +0000
@@ -18,6 +18,10 @@
     void check_floors_collision();
     
 private:    
+    Bullet _b1;
+    Bullet _b2;
+    Bullet _b3;
+    
     Floors _f; 
     Floors _f1; 
     Floors _f2; 
@@ -53,6 +57,9 @@
     
     Direction _d;
     float _mag;
-    
+    bool _button_A;
+    bool _button_B;
+    bool _button_X;
+    bool _button_Y;
 };
 #endif
\ No newline at end of file