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:
- 16:987f72d9bb8f
- Parent:
- 15:dde4ce4bf7fe
- Child:
- 20:0b6f1cfc5be6
--- a/SpaceInvaderEngine/SpaceInvaderEngine.h Mon Apr 06 15:37:02 2020 +0000
+++ b/SpaceInvaderEngine/SpaceInvaderEngine.h Fri May 01 12:56:33 2020 +0000
@@ -20,7 +20,7 @@
~SpaceInvaderEngine();
void init(int ship_height, int ship_width, int alien_size, int no_aliens, int armada_column_size, int armada_row_size, int cover_y, int cover1_x, int cover2_x, int cover3_x, int no_rocks);
void read_input(Gamepad &pad);
- void update(Gamepad &pad, N5110 &lcd);
+ void update(Gamepad &pad, N5110 &lcd, int counter);
void render(N5110 &lcd);
void shoot_bullet();
void get_ship_pos();