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: SpaceEngine/SpaceEngine.cpp
- Revision:
- 121:6d7f16af9e9c
- Parent:
- 120:53e47c1e58f3
- Child:
- 122:d1fd8cbe6633
--- a/SpaceEngine/SpaceEngine.cpp Sun May 05 15:12:46 2019 +0000
+++ b/SpaceEngine/SpaceEngine.cpp Sun May 05 15:13:57 2019 +0000
@@ -7,9 +7,6 @@
{
}
-Alien alien;
-bullet bullet1;
-space_ship space_ship1;
void SpaceInvadersEngine::init(int space_ship_width,int space_ship_height,int bullet_size, int Alien_size, int speed)
{