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:
- 8:0c6d6ed55851
- Parent:
- 6:546eba371942
- Child:
- 9:62fe47a1374f
--- a/Enemy/Enemy.h Fri May 22 15:46:14 2020 +0000
+++ b/Enemy/Enemy.h Fri May 22 16:54:10 2020 +0000
@@ -13,9 +13,11 @@
void update(int player_x, int player_y);
int get_x();
int get_y();
-
+ void reset(int seed);
+ void dead();
private:
int _x;
int _y;
int _speed;
+ int four;
};
\ No newline at end of file