src/ai/ai_squirrel.cpp
branchnoai
changeset 9638 f6d169a5a45a
parent 9636 1005ffccf641
child 9645 25126afa0c25
--- a/src/ai/ai_squirrel.cpp	Thu Jul 12 15:50:55 2007 +0000
+++ b/src/ai/ai_squirrel.cpp	Thu Jul 12 15:51:19 2007 +0000
@@ -35,6 +35,7 @@
 #include "api/ai_road.hpp.sq"
 #include "api/ai_settings.hpp.sq"
 #include "api/ai_sign.hpp.sq"
+#include "api/ai_station.hpp.sq"
 #include "api/ai_stationlist.hpp.sq"
 #include "api/ai_stationlist_valuator.hpp.sq"
 #include "api/ai_testmode.hpp.sq"
@@ -217,6 +218,7 @@
 	SQAIStationListCargoWaitingRegister(this->engine);
 	SQAIStationListLocationRegister(this->engine);
 	SQAIStationListRegister(this->engine);
+	SQAIStationRegister(this->engine);
 	SQAITestModeRegister(this->engine);
 	SQAITileListBuildableRegister(this->engine);
 	SQAITileListCargoAcceptanceRegister(this->engine);