aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNipun Garg2019-06-19 03:38:18 +0530
committerEugene Sandulenko2019-09-03 17:16:49 +0200
commit29eb8cc4e976f12cbcb8e46fc13cedfa2dd1f401 (patch)
tree9cc451e0f1528aee93a6fe66f57adbac443dee39
parentbcadc659108765abdb53d14f51ef1ecf4484539a (diff)
downloadscummvm-rg350-29eb8cc4e976f12cbcb8e46fc13cedfa2dd1f401.tar.gz
scummvm-rg350-29eb8cc4e976f12cbcb8e46fc13cedfa2dd1f401.tar.bz2
scummvm-rg350-29eb8cc4e976f12cbcb8e46fc13cedfa2dd1f401.zip
HDB: Add aiEntList
-rw-r--r--engines/hdb/ai.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 2b9668ab04..c1cee843a8 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -372,6 +372,8 @@ struct AIEntTypeInfo {
void (*initFunc2)(AIEntity *e);
};
+extern AIEntTypeInfo aiEntList[];
+
struct CineCommand {
CineType cmdType;
double x, y;