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: RosenEngine/RosenEngine.h
- Revision:
- 15:009ccc07bb57
- Parent:
- 14:88ca5b1a111a
- Child:
- 17:e65a9f981834
diff -r 88ca5b1a111a -r 009ccc07bb57 RosenEngine/RosenEngine.h --- a/RosenEngine/RosenEngine.h Wed Apr 10 18:50:17 2019 +0000 +++ b/RosenEngine/RosenEngine.h Thu Apr 11 06:48:52 2019 +0000 @@ -7,6 +7,7 @@ #include "Ship.h" #include "Weapons.h" #include "Menu.h" +#include "Enemy.h" class RosenEngine { @@ -40,6 +41,7 @@ Ship _ship; Weapons _weapons; Menu _menu; + Enemy _enemy; float _xjoystick; float _yjoystick; Direction _d;