summaryrefslogtreecommitdiff
path: root/vehicle_gui.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-10-10 15:02:38 +0000
committerbjarni <bjarni@openttd.org>2006-10-10 15:02:38 +0000
commitba2be75c0cafada23a4168ea47c9971afa65d99d (patch)
tree8a796eae73ffba101d09b9ce3c2af2b0433ad4d2 /vehicle_gui.h
parent4d7c5398896acca64a7691bc6dbb7041da1e3e13 (diff)
downloadopenttd-ba2be75c0cafada23a4168ea47c9971afa65d99d.tar.xz
(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
Diffstat (limited to 'vehicle_gui.h')
-rw-r--r--vehicle_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.h b/vehicle_gui.h
index 0b27bbd24..733a14042 100644
--- a/vehicle_gui.h
+++ b/vehicle_gui.h
@@ -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);