summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-01-23 13:26:12 +0000
committerbjarni <bjarni@openttd.org>2007-01-23 13:26:12 +0000
commit10d6f066e4eecdffa52105d18d96ece80fce7679 (patch)
tree891f126cb7032d112fc99133be447c0f69b659ef /src/vehicle_gui.h
parent751409fe83e4f5f4cddea433498bf7f1b9af94bb (diff)
downloadopenttd-10d6f066e4eecdffa52105d18d96ece80fce7679.tar.xz
(svn r8371) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own
Note: it's the same as r8363, only this time the svn history of autoreplace should be preserved
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)
{