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: SpaceInvaderEngine/SpaceInvaderEngine.h
- Revision:
- 42:816e444e660b
- Parent:
- 39:5d4277548303
--- a/SpaceInvaderEngine/SpaceInvaderEngine.h Tue May 26 08:50:57 2020 +0000
+++ b/SpaceInvaderEngine/SpaceInvaderEngine.h Tue May 26 13:10:12 2020 +0000
@@ -100,7 +100,7 @@
Armada _armada; //armada (vector of aliens) object
Ship _ship; //ship object
- BulletS _ship_bullets; //ship bullet vector
+ ShipBulletVector _ship_bullets; //ship bullet vector
Cover _cover_1; //cover object (vector of rocks)
Cover _cover_2; //cover object (vector of rocks)
Cover _cover_3; //cover object (vector of rocks)