equal
deleted
inserted
replaced
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); |