src/ai/ai_squirrel.cpp
branchnoai
changeset 9593 012f29f59906
parent 9592 c5c09cfde63a
child 9594 5009a30f320a
equal deleted inserted replaced
9592:c5c09cfde63a 9593:012f29f59906
   193 	this->engine->AddClassBegin("AIFactory");
   193 	this->engine->AddClassBegin("AIFactory");
   194 	this->engine->AddClassEnd();
   194 	this->engine->AddClassEnd();
   195 
   195 
   196 	/* Register all classes */
   196 	/* Register all classes */
   197 	squirrel_register_std(this->engine);
   197 	squirrel_register_std(this->engine);
       
   198 	SQAIAbstractListRegister(this->engine);
   198 	SQAIAccountingRegister(this->engine);
   199 	SQAIAccountingRegister(this->engine);
   199 	SQAIBaseRegister(this->engine);
   200 	SQAIBaseRegister(this->engine);
   200 	SQAICargoRegister(this->engine);
   201 	SQAICargoRegister(this->engine);
   201 	SQAICompanyRegister(this->engine);
   202 	SQAICompanyRegister(this->engine);
   202 	SQAIControllerRegister(this->engine);
   203 	SQAIControllerRegister(this->engine);