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:
- 92:8a1b14488ca5
- Parent:
- 82:fdae28b01415
--- a/SpaceInvadersEngine/SpaceInvadersEngine.h Sun Apr 28 19:44:34 2019 +0000
+++ b/SpaceInvadersEngine/SpaceInvadersEngine.h Sun May 05 01:27:55 2019 +0000
@@ -33,7 +33,7 @@
void check_Alien_collision(Gamepad &pad);
- void space_ship_collisions(Gamepad &pad);
+ void checkspace_ship_collisions(Gamepad &pad);
void check_goal(Gamepad &pad);
void print_scores(N5110 &lcd);