* I really don't know why rail_gui.cpp has this too, shouldn't be included in the other one? */
| 1758 | * I really don't know why rail_gui.cpp has this too, shouldn't be included in the other one? |
| 1759 | */ |
| 1760 | void InitializeRoadGUI() |
| 1761 | { |
| 1762 | BuildRoadToolbarWindow *w = dynamic_cast<BuildRoadToolbarWindow *>(FindWindowById(WC_BUILD_TOOLBAR, TRANSPORT_ROAD)); |
| 1763 | if (w != nullptr) w->ModifyRoadType(_cur_roadtype); |
| 1764 | } |
| 1765 | |
| 1766 | DropDownList GetRoadTypeDropDownList(RoadTramTypes rtts, bool for_replacement, bool all_option) |
| 1767 | { |
no test coverage detected