(svn r15530) -Fix (r15519): The AIWaypoint classes were not exported to squirrel.

pull/155/head
yexo 16 years ago
parent e3ac127617
commit d9caae1635

@ -227,6 +227,9 @@ void AIInstance::RegisterAPI()
SQAIVehicleList_Register(this->engine);
SQAIVehicleList_SharedOrders_Register(this->engine);
SQAIVehicleList_Station_Register(this->engine);
SQAIWaypoint_Register(this->engine);
SQAIWaypointList_Register(this->engine);
SQAIWaypointList_Vehicle_Register(this->engine);
this->engine->SetGlobalPointer(this->engine);
}

Loading…
Cancel
Save