ELEC2645 (2018/19) / Mbed 2 deprecated el17m2h_public

Dependencies:   mbed

Revision:
31:5c4acae51026
Parent:
29:15e9640646b7
Child:
35:b99b563c3eb6
--- a/Floors/Floors.h	Thu May 09 08:59:39 2019 +0000
+++ b/Floors/Floors.h	Thu May 09 10:15:20 2019 +0000
@@ -66,14 +66,17 @@
     vector parameter to the function.
     */
     void set_position(Vector2D pos); // mutators
+    
+    bool get_end_game();
 
 private:
     int _height;
     int _width;
     Vector2D _position;
     Enemy eny;
+    Vector2D enemy_position;
     bool put_enemy;
-    Vector2D enemy_position;
+    bool end_game;
     int place;
     float _doodler_pos_x;
     float _doodler_pos_y;