ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

Revision:
32:098fbc1222cd
Parent:
30:711d722f3cef
Child:
33:7a814c874c57
--- 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);