src/ai/api/ai_controller.cpp
branchnoai
changeset 11079 925e3823a101
parent 11057 188a9ca6d8de
child 11097 6967c52c78c5
--- a/src/ai/api/ai_controller.cpp	Wed Jun 25 20:08:40 2008 +0000
+++ b/src/ai/api/ai_controller.cpp	Wed Jun 25 20:09:47 2008 +0000
@@ -40,6 +40,7 @@
 #include "ai_execmode.hpp.sq"
 #include "ai_gamesettings.hpp.sq"
 #include "ai_group.hpp.sq"
+#include "ai_grouplist.hpp.sq"
 #include "ai_industry.hpp.sq"
 #include "ai_industrylist.hpp.sq"
 #include "ai_list.hpp.sq"
@@ -123,6 +124,7 @@
 	SQAIExecMode_Register(this->engine);
 	SQAIGameSettings_Register(this->engine);
 	SQAIGroup_Register(this->engine);
+	SQAIGroupList_Register(this->engine);
 	SQAIIndustry_Register(this->engine);
 	SQAIIndustryList_Register(this->engine);
 	SQAIIndustryList_CargoAccepting_Register(this->engine);