src/ai/ai.cpp
changeset 8764 65746a5248ec
parent 8750 fdd6054e7bae
child 8802 e08824cdab46
--- a/src/ai/ai.cpp	Sun Jan 13 13:11:59 2008 +0000
+++ b/src/ai/ai.cpp	Sun Jan 13 13:36:01 2008 +0000
@@ -11,6 +11,9 @@
 #include "ai.h"
 #include "default/default.h"
 
+AIStruct _ai;
+AIPlayer _ai_player[MAX_PLAYERS];
+
 /**
  * Dequeues commands put in the queue via AI_PutCommandInQueue.
  */