diff options
Diffstat (limited to 'ai/ai.c')
-rw-r--r-- | ai/ai.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. */ |