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 MotionSensor
Diff: Entity/Headless/Headless.h
- Revision:
- 27:a1b41626f57c
- Parent:
- 23:5a8f75e93508
- Child:
- 29:6b8411bb040a
--- a/Entity/Headless/Headless.h Mon Apr 29 02:45:17 2019 +0000
+++ b/Entity/Headless/Headless.h Mon Apr 29 10:39:09 2019 +0000
@@ -10,7 +10,7 @@
Headless(float, float);
// Functions
- virtual void move(float, float);
+ virtual void move(float, float, int * map);
virtual int * get_frame();
virtual void take_damage(int);