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:
- 36:0c852c5ade4b
- Parent:
- 35:b99b563c3eb6
--- a/Floors/Floors.h Thu May 09 14:17:12 2019 +0000 +++ b/Floors/Floors.h Thu May 09 14:22:29 2019 +0000 @@ -82,10 +82,10 @@ bool get_end_game(); private: + Enemy eny; int _height; int _width; Vector2D _position; - Enemy eny; Vector2D enemy_position; bool put_enemy; bool end_game;