(svn r6722) -Codechange: [aircraft build window] moved aircraft build window to a file of it's own
Also made some changes to it so it should be easier to unify all the build vehicle windows
This commit is contained in:
@@ -46,7 +46,7 @@ void DrawAircraftImage(const Vehicle *v, int x, int y, VehicleID selection);
|
||||
void ShowBuildTrainWindow(TileIndex tile);
|
||||
void ShowBuildRoadVehWindow(TileIndex tile);
|
||||
void ShowBuildShipWindow(TileIndex tile);
|
||||
void ShowBuildAircraftWindow(TileIndex tile);
|
||||
void ShowBuildVehicleWindow(TileIndex tile, byte type);
|
||||
|
||||
void ChangeVehicleViewWindow(const Vehicle *from_v, const Vehicle *to_v);
|
||||
|
||||
|
Reference in New Issue
Block a user