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:
- 7:dd657a48dd22
- Parent:
- 6:38d76d2da485
- Child:
- 8:eec0d7fc365f
diff -r 38d76d2da485 -r dd657a48dd22 SpaceInvadersEngine/SpaceInvadersEngine.h
--- a/SpaceInvadersEngine/SpaceInvadersEngine.h Sun Apr 14 15:00:45 2019 +0000
+++ b/SpaceInvadersEngine/SpaceInvadersEngine.h Sun Apr 14 15:51:26 2019 +0000
@@ -1,3 +1,5 @@
+#ifndefSPACEɪɴVADEʀSEɴɢɪɴE_H
+#define PONGENGINE_H
#include "mbed.h"
#include "N5110.h"
@@ -33,8 +35,8 @@
//Paddle _p1;
//Paddle _p2;
- int _ space_ship_width;
- int _ space_ship_height;
+ int _space_ship_width;
+ int _space_ship_height;
int _bullet_size;
int _alien_size;
int _speed;