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: AlienBullet/AlienBullet.h
- Revision:
- 18:828e9f6ddfdb
- Parent:
- 17:8b1d16d56ad2
- Child:
- 27:eb755a345b1f
--- a/AlienBullet/AlienBullet.h Fri May 01 14:24:20 2020 +0000
+++ b/AlienBullet/AlienBullet.h Fri May 01 14:44:08 2020 +0000
@@ -10,7 +10,7 @@
~AlienBullet();
void init(int x, int y);
void render(N5110 &lcd);
- void update(Gamepad &pad,N5110 &lcd);
+ void update();
Vector2D get_position();
void set_hit(bool x);
bool get_hit();