summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-08-29 20:50:58 +0000
committerrubidium <rubidium@openttd.org>2007-08-29 20:50:58 +0000
commit5d628e6135267c2f72af07fab15cbdadfca41d91 (patch)
tree90be9332cafc06c8d6987997a1cd3abd742a1118 /src/vehicle_gui.h
parente10361a0eb0e84554a6d519af5b2c1206cbbf242 (diff)
downloadopenttd-5d628e6135267c2f72af07fab15cbdadfca41d91.tar.xz
(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r--src/vehicle_gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h
index c6401c823..b9cfba174 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -87,4 +87,7 @@ static inline uint GetVehicleListHeight(VehicleType type)
return (type == VEH_TRAIN || type == VEH_ROAD) ? 14 : 24;
}
+/* Unified window procedure */
+void ShowVehicleViewWindow(const Vehicle *v);
+
#endif /* VEHICLE_GUI_H */