diff options
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r-- | engines/hdb/ai.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h index fec57834a6..b5cf719fd0 100644 --- a/engines/hdb/ai.h +++ b/engines/hdb/ai.h @@ -672,6 +672,8 @@ public: bool activateAction(AIEntity *e, int x, int y, int targetX, int targetY); bool checkAutoList(AIEntity *e, int x, int y); bool autoActive(int x, int y); + void addToPathList(int x, int y, int type, AIDir dir); + ArrowPath *findArrowPath(int x, int y); bool checkFloating(int x, int y); |