summaryrefslogtreecommitdiff
path: root/vehicle_gui.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-10-23 21:39:15 +0000
committerpeter1138 <peter1138@openttd.org>2006-10-23 21:39:15 +0000
commit735c636f6ffdec71797b2685a8f19b4e81cbdb0d (patch)
tree75eaf1df54a52006319c0408f2bef1d5159a3197 /vehicle_gui.h
parent552e6de4ceca495b292cf7d068c5d18c8d6489d6 (diff)
downloadopenttd-735c636f6ffdec71797b2685a8f19b4e81cbdb0d.tar.xz
(svn r6912) - Feature: Show a list of cargo types that a vehicle is refittable to in the purchase information window. (mart3p)
Diffstat (limited to 'vehicle_gui.h')
-rw-r--r--vehicle_gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vehicle_gui.h b/vehicle_gui.h
index 7cc25ae3c..76f6a5bcc 100644
--- a/vehicle_gui.h
+++ b/vehicle_gui.h
@@ -50,7 +50,8 @@ void ShowBuildVehicleWindow(TileIndex tile, byte type);
void ChangeVehicleViewWindow(const Vehicle *from_v, const Vehicle *to_v);
-uint ShowAdditionalText(int x, int y, int w, EngineID engine);
+uint ShowAdditionalText(int x, int y, uint w, EngineID engine);
+uint ShowRefitOptionsList(int x, int y, uint w, EngineID engine);
void ShowVehicleListWindow(PlayerID player, StationID station, byte vehicle_type);
void ShowVehWithSharedOrders(Vehicle *v, byte vehicle_type);