src/ai/ai_squirrel.cpp
branchnoai
changeset 9691 1231d4e5f5aa
parent 9684 623970482fb2
child 9698 1d50fe99b7e9
equal deleted inserted replaced
9690:ac2ee072cebf 9691:1231d4e5f5aa
    35 #include "api/ai_industrylist.hpp.sq"
    35 #include "api/ai_industrylist.hpp.sq"
    36 #include "api/ai_industrylist_valuator.hpp.sq"
    36 #include "api/ai_industrylist_valuator.hpp.sq"
    37 #include "api/ai_list.hpp.sq"
    37 #include "api/ai_list.hpp.sq"
    38 #include "api/ai_list_valuator.hpp.sq"
    38 #include "api/ai_list_valuator.hpp.sq"
    39 #include "api/ai_map.hpp.sq"
    39 #include "api/ai_map.hpp.sq"
       
    40 #include "api/ai_marine.hpp.sq"
    40 #include "api/ai_order.hpp.sq"
    41 #include "api/ai_order.hpp.sq"
    41 #include "api/ai_pathfinder.hpp.sq"
    42 #include "api/ai_pathfinder.hpp.sq"
    42 #include "api/ai_pathfinder_stupid.hpp.sq"
    43 #include "api/ai_pathfinder_stupid.hpp.sq"
    43 #include "api/ai_road.hpp.sq"
    44 #include "api/ai_road.hpp.sq"
    44 #include "api/ai_settings.hpp.sq"
    45 #include "api/ai_settings.hpp.sq"
   228 	SQAIIndustryListRegister(this->engine);
   229 	SQAIIndustryListRegister(this->engine);
   229 	SQAIIndustryRegister(this->engine);
   230 	SQAIIndustryRegister(this->engine);
   230 	SQAIListRandomizeRegister(this->engine);
   231 	SQAIListRandomizeRegister(this->engine);
   231 	SQAIListRegister(this->engine);
   232 	SQAIListRegister(this->engine);
   232 	SQAIMapRegister(this->engine);
   233 	SQAIMapRegister(this->engine);
       
   234 	SQAIMarineRegister(this->engine);
   233 	SQAIOrderRegister(this->engine);
   235 	SQAIOrderRegister(this->engine);
   234 	SQAIPathFinderRegister(this->engine);
   236 	SQAIPathFinderRegister(this->engine);
   235 	SQAIPathFinderStupidRegister(this->engine);
   237 	SQAIPathFinderStupidRegister(this->engine);
   236 	SQAIRoadRegister(this->engine);
   238 	SQAIRoadRegister(this->engine);
   237 	SQAISettingsRegister(this->engine);
   239 	SQAISettingsRegister(this->engine);