diff options
Diffstat (limited to 'actor.h')
-rw-r--r-- | actor.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |