diff options
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r-- | engines/hdb/ai.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h index b5cf719fd0..bd25f555fa 100644 --- a/engines/hdb/ai.h +++ b/engines/hdb/ai.h @@ -654,6 +654,7 @@ public: void moveEnts(); int checkForTouchplate(int x, int y); + bool findPath(AIEntity *e); AIEntity *legalMove(int tileX, int tileY, int level, int *result); AIEntity *legalMoveOverWater(int tileX, int tileY, int level, int *result); AIEntity *legalMoveOverWaterIgnore(int tileX, int tileY, int level, int *result, AIEntity *ignore); |