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:
- 26:a53d41adf40b
- Parent:
- 25:faba9eb44514
- Child:
- 27:f99249e727fd
--- a/RosenEngine/RosenEngine.h Thu Apr 18 06:53:52 2019 +0000 +++ b/RosenEngine/RosenEngine.h Thu Apr 18 11:40:47 2019 +0000 @@ -34,9 +34,9 @@ //*** note: add ship width and ship heirgth in place of 6 and 9 to generalize arrays after they are finished private: - void check_ship_projectile_collision(); - void check_enemy_ship_collision(); - void check_enemy_projectile_collision(); + bool ship_projectile_collision(); + bool enemy_ship_collision(); + bool enemy_projectile_collision(); // Variables Ship _ship;