changeset 7982 | 539e32cc37ce |
parent 7353 | 716c6dd9322a |
child 8602 | 9e75e594a068 |
7981:506461241c0e | 7982:539e32cc37ce |
---|---|
85 static inline uint GetVehicleListHeight(VehicleType type) |
85 static inline uint GetVehicleListHeight(VehicleType type) |
86 { |
86 { |
87 return (type == VEH_TRAIN || type == VEH_ROAD) ? 14 : 24; |
87 return (type == VEH_TRAIN || type == VEH_ROAD) ? 14 : 24; |
88 } |
88 } |
89 |
89 |
90 /* Unified window procedure */ |
|
91 void ShowVehicleViewWindow(const Vehicle *v); |
|
92 |
|
90 #endif /* VEHICLE_GUI_H */ |
93 #endif /* VEHICLE_GUI_H */ |