src/ai/api/ai_controller.cpp
branchnoai
changeset 11164 67338721eb26
parent 11098 37d15a8951b8
--- a/src/ai/api/ai_controller.cpp	Wed Jul 09 13:32:13 2008 +0000
+++ b/src/ai/api/ai_controller.cpp	Thu Jul 17 23:45:52 2008 +0000
@@ -103,6 +103,8 @@
 	SQAIBridgeList_Length_Register(this->engine);
 	SQAICargo_Register(this->engine);
 	SQAICargoList_Register(this->engine);
+	SQAICargoList_IndustryAccepting_Register(this->engine);
+	SQAICargoList_IndustryProducing_Register(this->engine);
 	SQAICompany_Register(this->engine);
 	SQAIController_Register(this->engine);
 	SQAIDate_Register(this->engine);