summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-01-23 00:04:17 +0000
committerbjarni <bjarni@openttd.org>2007-01-23 00:04:17 +0000
commit97effdcb9627aca0110f7dae3007188b74897634 (patch)
tree13558341cbdd1bb258f0437f6ffec130c84aaf38 /src/vehicle_gui.h
parenta9a1fd8c201e736d034efc1097d07c23f14305f5 (diff)
downloadopenttd-97effdcb9627aca0110f7dae3007188b74897634.tar.xz
(svn r8363) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r--src/vehicle_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h
index 0a7a9b0fe..dc5a992f1 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -51,6 +51,7 @@ void ShowVehicleListWindow(PlayerID player, byte vehicle_type);
void ShowVehicleListWindow(PlayerID player, byte vehicle_type, StationID station);
void ShowVehicleListWindow(PlayerID player, byte vehicle_type, TileIndex depot_tile);
+void ShowReplaceVehicleWindow(byte vehicletype);
static inline void DrawVehicleImage(const Vehicle *v, int x, int y, int count, int skip, VehicleID selection)
{