ELEC2645 (2018/19) / Mbed 2 deprecated el17m2h_public

Dependencies:   mbed

Revision:
20:a359092079b0
Parent:
15:4efa04a6a376
Child:
21:6b16ca9834e6
--- a/Floors/Floors.h	Thu Apr 25 08:43:46 2019 +0000
+++ b/Floors/Floors.h	Thu Apr 25 11:34:01 2019 +0000
@@ -4,6 +4,7 @@
 #include "mbed.h"
 #include "N5110.h"
 #include "Gamepad.h"
+#include "Enemy.h"
 
 class Floors{
 public:
@@ -21,6 +22,8 @@
     int _width;
     float _doodler_pos_y;
     Vector2D _position;
+    Enemy _eny;
+    int place;
     
 };
 #endif
\ No newline at end of file