src/ai/ai_squirrel.cpp
branchnoai
changeset 9825 cc77111ebd85
parent 9823 0b7f816cf46f
child 9831 634100485aca
--- a/src/ai/ai_squirrel.cpp	Wed Mar 26 15:30:02 2008 +0000
+++ b/src/ai/ai_squirrel.cpp	Thu Mar 27 05:15:06 2008 +0000
@@ -32,6 +32,7 @@
 #include "api/ai_cargolist.hpp.sq"
 #include "api/ai_company.hpp.sq"
 #include "api/ai_controller.hpp.sq"
+#include "api/ai_date.hpp.sq"
 #include "api/ai_engine.hpp.sq"
 #include "api/ai_enginelist.hpp.sq"
 #include "api/ai_event.hpp.sq"
@@ -222,6 +223,7 @@
 	SQAICargoList_Register(this->engine);
 	SQAICompany_Register(this->engine);
 	SQAIController_Register(this->engine);
+	SQAIDate_Register(this->engine);
 	SQAIEngine_Register(this->engine);
 	SQAIEngineList_Register(this->engine);
 	SQAIEvent_Register(this->engine);