test 1 doc

Dependencies:   mbed Gamepad2

Revision:
9:9830d3a78572
Parent:
8:d19b30a6cd69
Child:
10:9317a62bd4d0
--- a/Engine/Engine.h	Tue May 26 22:15:42 2020 +0000
+++ b/Engine/Engine.h	Wed May 27 00:49:39 2020 +0000
@@ -50,9 +50,12 @@
     bool _c;
     
     //enemy
-    bool _efall;
-    int _eYpos;
+    vector <bool> _efall;
+    vector <int> _eYpos;
+
+
     bool _e;
+    bool place;
     
     
 };