--- a/src/ai/api/ai_controller.cpp Mon Jun 23 12:33:38 2008 +0000
+++ b/src/ai/api/ai_controller.cpp Mon Jun 23 12:46:38 2008 +0000
@@ -39,6 +39,7 @@
#include "ai_event_types.hpp.sq"
#include "ai_execmode.hpp.sq"
#include "ai_gamesettings.hpp.sq"
+#include "ai_group.hpp.sq"
#include "ai_industry.hpp.sq"
#include "ai_industrylist.hpp.sq"
#include "ai_list.hpp.sq"
@@ -121,6 +122,7 @@
SQAIEventVehicleWaitingInDepot_Register(this->engine);
SQAIExecMode_Register(this->engine);
SQAIGameSettings_Register(this->engine);
+ SQAIGroup_Register(this->engine);
SQAIIndustry_Register(this->engine);
SQAIIndustryList_Register(this->engine);
SQAIIndustryList_CargoAccepting_Register(this->engine);