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: SpaceInvadersEngine/SpaceInvadersEngine.h
- Revision:
- 57:45c5de9cefdf
- Parent:
- 56:c8fc0a1f4132
- Child:
- 66:0123bd3dcbc6
--- a/SpaceInvadersEngine/SpaceInvadersEngine.h Fri Apr 26 01:09:46 2019 +0000
+++ b/SpaceInvadersEngine/SpaceInvadersEngine.h Sat Apr 27 15:48:20 2019 +0000
@@ -6,8 +6,9 @@
#include "Gamepad.h"
#include "Alien.h"
#include "bullet.h"
+#include "space_ship.h"
-
+
// gap from edge of screen
@@ -42,7 +43,7 @@
int _space_ship_width;
int _space_ship_height;
int _bullet_size;
- int _alien_size;
+ int _Alien_size;
int _speed;
Direction _d;