ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el18jkeo

Dependencies:   mbed

Revision:
42:816e444e660b
Parent:
37:90a0671d2ba7
diff -r 648a271fbbc0 -r 816e444e660b Ship/Ship.h
--- a/Ship/Ship.h	Tue May 26 08:50:57 2020 +0000
+++ b/Ship/Ship.h	Tue May 26 13:10:12 2020 +0000
@@ -4,7 +4,7 @@
 #include "mbed.h"
 #include "N5110.h"
 #include "Gamepad.h"
-#include "BulletS.h"
+#include "ShipBulletVector.h"
 
 /** Ship Class
 @author Joshua Ohara, el18jkeo, 201291390
@@ -65,7 +65,7 @@
     int _speed;                                                                                     //speed of the ship in x direction
     bool _powerup;                                                                                  //powerup flag of ship
     bool _life;                                                                                     //whether the ship is alive or not
-    BulletS _ship_bullet_vector;                                                                    //object to create ship bullet vector
+    ShipBulletVector _ship_bullet_vector;                                                           //object to create ship bullet vector
 };
 
 #endif
\ No newline at end of file