equal
deleted
inserted
replaced
26 #include "api/ai_accounting.hpp.sq" |
26 #include "api/ai_accounting.hpp.sq" |
27 #include "api/ai_airport.hpp.sq" |
27 #include "api/ai_airport.hpp.sq" |
28 #include "api/ai_base.hpp.sq" |
28 #include "api/ai_base.hpp.sq" |
29 #include "api/ai_cargo.hpp.sq" |
29 #include "api/ai_cargo.hpp.sq" |
30 #include "api/ai_company.hpp.sq" |
30 #include "api/ai_company.hpp.sq" |
|
31 #include "api/ai_controller.hpp.sq" |
31 #include "api/ai_engine.hpp.sq" |
32 #include "api/ai_engine.hpp.sq" |
32 #include "api/ai_enginelist.hpp.sq" |
33 #include "api/ai_enginelist.hpp.sq" |
33 #include "api/ai_enginelist_valuator.hpp.sq" |
34 #include "api/ai_enginelist_valuator.hpp.sq" |
34 #include "api/ai_event.hpp.sq" |
35 #include "api/ai_event.hpp.sq" |
35 #include "api/ai_event_types.hpp.sq" |
36 #include "api/ai_event_types.hpp.sq" |
217 SQAIAccounting_Register(this->engine); |
218 SQAIAccounting_Register(this->engine); |
218 SQAIAirport_Register(this->engine); |
219 SQAIAirport_Register(this->engine); |
219 SQAIBase_Register(this->engine); |
220 SQAIBase_Register(this->engine); |
220 SQAICargo_Register(this->engine); |
221 SQAICargo_Register(this->engine); |
221 SQAICompany_Register(this->engine); |
222 SQAICompany_Register(this->engine); |
|
223 SQAIController_Register(this->engine); |
222 SQAIEngine_Register(this->engine); |
224 SQAIEngine_Register(this->engine); |
223 SQAIEngineList_Register(this->engine); |
225 SQAIEngineList_Register(this->engine); |
224 SQAIEngineListCapacity_Register(this->engine); |
226 SQAIEngineListCapacity_Register(this->engine); |
225 SQAIEngineListCargoType_Register(this->engine); |
227 SQAIEngineListCargoType_Register(this->engine); |
226 SQAIEngineListMaxSpeed_Register(this->engine); |
228 SQAIEngineListMaxSpeed_Register(this->engine); |
263 SQAITileListBuildableRectangle_Register(this->engine); |
265 SQAITileListBuildableRectangle_Register(this->engine); |
264 SQAITileListCargoAcceptance_Register(this->engine); |
266 SQAITileListCargoAcceptance_Register(this->engine); |
265 SQAITileListDistanceManhattanToTile_Register(this->engine); |
267 SQAITileListDistanceManhattanToTile_Register(this->engine); |
266 SQAITileListDistanceSquareToTile_Register(this->engine); |
268 SQAITileListDistanceSquareToTile_Register(this->engine); |
267 SQAITileListHeight_Register(this->engine); |
269 SQAITileListHeight_Register(this->engine); |
268 SQAITileListIndustryAccepting_Register(this->engine); |
|
269 SQAITileListIndustryProducing_Register(this->engine); |
|
270 SQAITileListNeighbourRoadCount_Register(this->engine); |
270 SQAITileListNeighbourRoadCount_Register(this->engine); |
271 SQAITileListRoadTile_Register(this->engine); |
271 SQAITileListRoadTile_Register(this->engine); |
272 SQAITileListSlope_Register(this->engine); |
272 SQAITileListSlope_Register(this->engine); |
273 SQAITileListWater_Register(this->engine); |
273 SQAITileListWater_Register(this->engine); |
274 SQAITown_Register(this->engine); |
274 SQAITown_Register(this->engine); |