src/ai/ai_squirrel.cpp
branchnoai
changeset 9660 d0a430e8310b
parent 9657 f2c6e332d8bc
child 9673 ee4f133c84ec
--- a/src/ai/ai_squirrel.cpp	Sat Jul 14 23:35:46 2007 +0000
+++ b/src/ai/ai_squirrel.cpp	Sat Jul 14 23:49:31 2007 +0000
@@ -33,6 +33,7 @@
 #include "api/ai_industrylist.hpp.sq"
 #include "api/ai_industrylist_valuator.hpp.sq"
 #include "api/ai_list.hpp.sq"
+#include "api/ai_list_valuator.hpp.sq"
 #include "api/ai_map.hpp.sq"
 #include "api/ai_order.hpp.sq"
 #include "api/ai_pathfinder.hpp.sq"
@@ -220,6 +221,7 @@
 	SQAIIndustryListProductionRegister(this->engine);
 	SQAIIndustryListRegister(this->engine);
 	SQAIIndustryRegister(this->engine);
+	SQAIListRandomizeRegister(this->engine);
 	SQAIListRegister(this->engine);
 	SQAIMapRegister(this->engine);
 	SQAIOrderRegister(this->engine);
@@ -251,6 +253,7 @@
 	SQAITownListDistanceSquareToTileRegister(this->engine);
 	SQAITownListLocationRegister(this->engine);
 	SQAITownListPopulationRegister(this->engine);
+	SQAITownListRandomizeRegister(this->engine);
 	SQAITownListRegister(this->engine);
 	SQAITownRegister(this->engine);
 	SQAITransactionModeRegister(this->engine);