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:
- 33:7a814c874c57
- Parent:
- 32:098fbc1222cd
- Child:
- 34:6d0786582d81
--- a/RosenEngine/RosenEngine.h Sat Apr 20 09:05:10 2019 +0000 +++ b/RosenEngine/RosenEngine.h Sat Apr 20 14:10:47 2019 +0000 @@ -37,8 +37,10 @@ private: bool shooter_weapon_collision(int sh_no); - bool enemy_ship_collision(); - bool enemy_projectile_collision(); + bool shooter_ship_collision(int sh_no); + bool seeker_ship_collision(); + bool enemy_projectile_collision(); + Vector2D shooter_projectile_collision(); void score(int points); // Variables