aboutsummaryrefslogtreecommitdiff
path: root/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'actor.h')
-rw-r--r--actor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/actor.h b/actor.h
index ea3cfd6de7..3d0dee020c 100644
--- a/actor.h
+++ b/actor.h
@@ -131,6 +131,7 @@ public:
int updateActorDirection();
void setActorDirection(int direction);
+ int getActorXYPos(int &x, int &y);
AdjustBoxResult adjustXYToBeInBox(int dstX, int dstY, int pathfrom);
void adjustActorPos();