(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.

This commit is contained in:
rubidium
2007-08-29 20:50:58 +00:00
parent e10361a0eb
commit 5d628e6135
13 changed files with 566 additions and 746 deletions

View File

@@ -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 */