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: Enemy/Enemy.h
- Revision:
- 9:62fe47a1374f
- Parent:
- 8:0c6d6ed55851
- Child:
- 10:71ced616a64f
--- a/Enemy/Enemy.h Fri May 22 16:54:10 2020 +0000
+++ b/Enemy/Enemy.h Sat May 23 13:26:19 2020 +0000
@@ -16,6 +16,7 @@
void reset(int seed);
void dead();
private:
+ bool _dead;
int _x;
int _y;
int _speed;