Add button to toggle train purchase window dual pane mode

This commit is contained in:
Jonathan G Rennison
2024-06-05 20:42:47 +01:00
parent 8a134d0f94
commit af102d123b
5 changed files with 33 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ void DrawShipImage(const Vehicle *v, const Rect &r, VehicleID selection, EngineI
void DrawAircraftImage(const Vehicle *v, const Rect &r, VehicleID selection, EngineImageType image_type);
void ShowBuildVehicleWindow(TileIndex tile, VehicleType type);
void ShowTemplateTrainBuildVehicleWindow(Train **virtual_train);
uint ShowRefitOptionsList(int left, int right, int y, EngineID engine);
StringID GetCargoSubtypeText(const Vehicle *v);