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
commitc856c266113db710b0675702a64ab463f3133340 (patch)
tree891f126cb7032d112fc99133be447c0f69b659ef /src/vehicle_gui.h
parent422004013ec76381ae9e2da955eaa18235923dbd (diff)
downloadopenttd-c856c266113db710b0675702a64ab463f3133340.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)
{