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/Enemy1.h
- Revision:
- 16:37d98c281eb3
- Parent:
- 13:c3b550fc2445
- Child:
- 18:ba4159ab4da7
--- a/Enemy/Enemy1.h Mon May 06 18:39:40 2019 +0000
+++ b/Enemy/Enemy1.h Wed May 08 09:05:27 2019 +0000
@@ -29,6 +29,9 @@
bool southCollision(int x, int y, N5110 &lcd);
bool eastCollision(int x, int y, N5110 &lcd);
bool westCollision(int x, int y, N5110 &lcd);
+
+ bool collidePlayer(int x, int y, Gamepad &pad);
+
Enemy1();
~Enemy1();