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: Ship/Ship.h
- Revision:
- 42:816e444e660b
- Parent:
- 37:90a0671d2ba7
--- 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