From 29eb8cc4e976f12cbcb8e46fc13cedfa2dd1f401 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Wed, 19 Jun 2019 03:38:18 +0530 Subject: HDB: Add aiEntList --- engines/hdb/ai.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3