(svn r3232) -Add: implemented the event-system for AIs

-Add: added several hooks (event-callbacks) for road-related-stuff
This commit is contained in:
truelight
2005-11-23 15:08:29 +00:00
parent b8f8f3869d
commit 8733f49e88
6 changed files with 81 additions and 0 deletions

View File

@@ -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.
*/