src/ai/ai_squirrel.cpp
branchnoai
changeset 9788 e9dbd4ec1784
parent 9785 edbd185e05ed
child 9792 e1222f4674c2
--- a/src/ai/ai_squirrel.cpp	Tue Feb 26 23:04:44 2008 +0000
+++ b/src/ai/ai_squirrel.cpp	Tue Feb 26 23:47:37 2008 +0000
@@ -28,6 +28,7 @@
 #include "api/ai_base.hpp.sq"
 #include "api/ai_cargo.hpp.sq"
 #include "api/ai_cargolist.hpp.sq"
+#include "api/ai_cargolist_valuator.hpp.sq"
 #include "api/ai_company.hpp.sq"
 #include "api/ai_controller.hpp.sq"
 #include "api/ai_engine.hpp.sq"
@@ -221,6 +222,8 @@
 	SQAIBase_Register(this->engine);
 	SQAICargo_Register(this->engine);
 	SQAICargoList_Register(this->engine);
+	SQAICargoList_vCargoIncomes_Register(this->engine);
+	SQAICargoList_vIsFreight_Register(this->engine);
 	SQAICompany_Register(this->engine);
 	SQAIController_Register(this->engine);
 	SQAIEngine_Register(this->engine);