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:
- 29:6b8411bb040a
- Parent:
- 27:a1b41626f57c
--- a/Entity/Headless/Headless.h Thu May 02 21:30:49 2019 +0000
+++ b/Entity/Headless/Headless.h Sat May 04 15:39:20 2019 +0000
@@ -10,9 +10,9 @@
Headless(float, float);
// Functions
- virtual void move(float, float, int * map);
+ virtual void move(float player_x, float player_y, int * map, bool * doorways);
virtual int * get_frame();
- virtual void take_damage(int);
+ virtual void take_damage(int damage);
};