ELEC2645 (2019/20)
/
ELEC2645_Project_el18jb
test 1 doc
Diff: Engine/Engine.h
- Revision:
- 9:9830d3a78572
- Parent:
- 8:d19b30a6cd69
- Child:
- 10:9317a62bd4d0
diff -r d19b30a6cd69 -r 9830d3a78572 Engine/Engine.h --- 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; };