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: Alien/Alien.h
- Revision:
- 20:0b6f1cfc5be6
- Parent:
- 18:828e9f6ddfdb
- Child:
- 24:ff5af5a013b5
--- a/Alien/Alien.h Fri May 01 14:46:10 2020 +0000
+++ b/Alien/Alien.h Fri May 01 19:41:24 2020 +0000
@@ -13,6 +13,8 @@
void set_life(bool x);
bool get_life();
void flag_set(int counter);
+ vector<AlienBullet> get_bullet_vector();
+ void set_bullet_hit(int i, bool hit);
private:
int X;