aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-03 22:41:07 +0530
committerEugene Sandulenko2019-09-03 17:17:10 +0200
commitffe05e989b04f0d11e034e84a47cbbfe8d1597c6 (patch)
tree0a56c8d20ba42075bd32c00730265c2e1b7adae2 /engines/hdb/ai.h
parent1cd0a8d9368965eb77666a8d17ede2097a43655c (diff)
downloadscummvm-rg350-ffe05e989b04f0d11e034e84a47cbbfe8d1597c6.tar.gz
scummvm-rg350-ffe05e989b04f0d11e034e84a47cbbfe8d1597c6.tar.bz2
scummvm-rg350-ffe05e989b04f0d11e034e84a47cbbfe8d1597c6.zip
HDB: Add checkForTouchplate()
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 14495b3c8b..22032f2f33 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -787,6 +787,7 @@ public:
void removeLuaEntity(const char *initName);
void animLuaEntity(const char *initName, AIState st);
void setLuaAnimFrame(const char *initName, AIState st, int frame);
+ int checkForTouchplate(int x, int y);
void removeEntity(AIEntity *e);
void setEntityGoal(AIEntity *e, int x, int y);
void initAllEnts();