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 67276d034d..bcc2a6c0ed 100644 --- a/engines/hdb/ai.h +++ b/engines/hdb/ai.h @@ -399,6 +399,8 @@ public: bool init(); void restartSystem(); + // Entity Functions + AIEntity *locateEntity(const char *luaName); // Cinematic Functions void processCines(); |