diff options
| -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 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;  | 
