Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Floors/Floors.h
- 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;