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:
- 37:8d8c8cce0bc7
- Parent:
- 36:c25417f0d150
- Child:
- 38:4571537238ed
--- a/RosenEngine/RosenEngine.h Fri May 03 18:56:06 2019 +0000 +++ b/RosenEngine/RosenEngine.h Sat May 04 05:37:33 2019 +0000 @@ -2,6 +2,7 @@ #define ROSENENGINE_H #include "mbed.h" +#include <ctime> #include "N5110.h" #include "Gamepad.h" #include "Ship.h" @@ -49,6 +50,7 @@ void imperionw_seeker_collision(Gamepad &pad); void kestrelw_shooter_collision(Gamepad &pad); void imperionw_shooter_collision(Gamepad &pad); + int rand_no(); // Variables