summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2009-02-14 18:42:03 +0000
committermichi_cc <michi_cc@openttd.org>2009-02-14 18:42:03 +0000
commit0dcf301d6d42211e3364ca86fc28b820c589cc77 (patch)
tree698f73feb9c82404ea46d6d0fd869f31fe08842d /src/vehicle_gui.h
parentde9c91ecee6e6de72bbc1c620095807d6b49ec27 (diff)
downloadopenttd-0dcf301d6d42211e3364ca86fc28b820c589cc77.tar.xz
(svn r15480) -Feature(tte): Show the cargo subtype in the vehicle details window.
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 8bc87b6a7..7e92e71fc 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -62,6 +62,7 @@ void ShowBuildVehicleWindow(TileIndex tile, VehicleType type);
uint ShowAdditionalText(int x, int y, uint w, EngineID engine);
uint ShowRefitOptionsList(int x, int y, uint w, EngineID engine);
+StringID GetCargoSubtypeText(const Vehicle *v);
void ShowVehicleListWindow(const Vehicle *v);
void ShowVehicleListWindow(const Waypoint *wp);