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:
- 32:098fbc1222cd
- Parent:
- 30:711d722f3cef
- Child:
- 33:7a814c874c57
diff -r c7bd3ed16840 -r 098fbc1222cd RosenEngine/RosenEngine.h --- a/RosenEngine/RosenEngine.h Sat Apr 20 03:52:22 2019 +0000 +++ b/RosenEngine/RosenEngine.h Sat Apr 20 09:05:10 2019 +0000 @@ -36,7 +36,7 @@ //*** note: add ship width and ship heirgth in place of 6 and 9 to generalize arrays after they are finished private: - bool ship_projectile_collision(); + bool shooter_weapon_collision(int sh_no); bool enemy_ship_collision(); bool enemy_projectile_collision(); void score(int points);