aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index df700722e7..f67fbd7849 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -723,6 +723,7 @@ public:
// Waypoint & Movement Functions
void lookAtXY(int x, int y);
+ void addWaypoint(int px, int py, int x, int y, int level);
void removeFirstWaypoint();
void clearWaypoints();
Tile *getStandFrameDir(AIEntity *e);