summaryrefslogtreecommitdiff
path: root/ai/ai.c
diff options
context:
space:
mode:
Diffstat (limited to 'ai/ai.c')
-rw-r--r--ai/ai.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ai/ai.c b/ai/ai.c
index 764d06f94..e3fe2d307 100644
--- a/ai/ai.c
+++ b/ai/ai.c
@@ -9,6 +9,11 @@
#include "ai.h"
#include "default/default.h"
+/* Here we define the events */
+#define DEF_EVENTS
+#include "ai_event.h"
+#undef DEF_EVENTS
+
/**
* Dequeues commands put in the queue via AI_PutCommandInQueue.
*/