(svn r8335) -Feature: the build ship window is now also resizable horizontally and contains sorting options
-Codechange: the build ship window is merged into build_vehicle_gui.cpp
This commit is contained in:
@@ -34,7 +34,6 @@ void PlayerVehWndProc(Window *w, WindowEvent *e);
|
||||
|
||||
void DrawVehiclePurchaseInfo(int x, int y, uint w, EngineID engine_number);
|
||||
void DrawRoadVehPurchaseInfo(int x, int y, uint w, EngineID engine_number);
|
||||
void DrawShipPurchaseInfo(int x, int y, uint w, EngineID engine_number);
|
||||
|
||||
void DrawTrainImage(const Vehicle *v, int x, int y, int count, int skip, VehicleID selection);
|
||||
void DrawRoadVehImage(const Vehicle *v, int x, int y, VehicleID selection);
|
||||
@@ -42,7 +41,6 @@ void DrawShipImage(const Vehicle *v, int x, int y, VehicleID selection);
|
||||
void DrawAircraftImage(const Vehicle *v, int x, int y, VehicleID selection);
|
||||
|
||||
void ShowBuildRoadVehWindow(TileIndex tile);
|
||||
void ShowBuildShipWindow(TileIndex tile);
|
||||
void ShowBuildVehicleWindow(TileIndex tile, byte type);
|
||||
|
||||
void ChangeVehicleViewWindow(const Vehicle *from_v, const Vehicle *to_v);
|
||||
|
Reference in New Issue
Block a user