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:
- 17:e65a9f981834
- Parent:
- 15:009ccc07bb57
- Child:
- 21:628fb703188f
diff -r e81a8f6868f1 -r e65a9f981834 RosenEngine/RosenEngine.h --- a/RosenEngine/RosenEngine.h Thu Apr 11 11:09:27 2019 +0000 +++ b/RosenEngine/RosenEngine.h Sat Apr 13 08:28:01 2019 +0000 @@ -8,6 +8,7 @@ #include "Weapons.h" #include "Menu.h" #include "Enemy.h" +#include "Health.h" class RosenEngine { @@ -42,6 +43,7 @@ Weapons _weapons; Menu _menu; Enemy _enemy; + Health _health; float _xjoystick; float _yjoystick; Direction _d;