From 5d628e6135267c2f72af07fab15cbdadfca41d91 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 29 Aug 2007 20:50:58 +0000 Subject: (svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus. --- src/vehicle_gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vehicle_gui.h') 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 */ -- cgit v1.2.3-54-g00ecf