From 1f2ed9d731cfc0b1b7a03b843175238a9a64948d Mon Sep 17 00:00:00 2001 From: bjarni Date: Thu, 28 Sep 2006 23:05:03 +0000 Subject: (svn r6562) -Codechange: merged the vehicle list window widget arrays It made no sense to maintain 8 nearly identically arrays when a single one can do the job Also made the two buttons always use half of the bottom width each, even when resizing --- vehicle_gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vehicle_gui.h') diff --git a/vehicle_gui.h b/vehicle_gui.h index 4a30a9518..8bcba82fd 100644 --- a/vehicle_gui.h +++ b/vehicle_gui.h @@ -52,4 +52,7 @@ void ChangeVehicleViewWindow(const Vehicle *from_v, const Vehicle *to_v); int ShowAdditionalText(int x, int y, int w, EngineID engine); +void ShowVehicleListWindow(PlayerID player, StationID station, byte vehicle_type); +void ShowVehWithSharedOrders(Vehicle *v, byte vehicle_type); + #endif /* VEHICLE_GUI_H */ -- cgit v1.2.3-54-g00ecf