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:
- 20:a359092079b0
- Parent:
- 15:4efa04a6a376
- Child:
- 21:6b16ca9834e6
--- a/Floors/Floors.h Thu Apr 25 08:43:46 2019 +0000 +++ b/Floors/Floors.h Thu Apr 25 11:34:01 2019 +0000 @@ -4,6 +4,7 @@ #include "mbed.h" #include "N5110.h" #include "Gamepad.h" +#include "Enemy.h" class Floors{ public: @@ -21,6 +22,8 @@ int _width; float _doodler_pos_y; Vector2D _position; + Enemy _eny; + int place; }; #endif \ No newline at end of file