| 1620 | ); |
| 1621 | |
| 1622 | static void ShowRVStationPicker(Window *parent, RoadStopType rs) |
| 1623 | { |
| 1624 | new BuildRoadStationWindow(RoadTypeIsRoad(_cur_roadtype) ? _road_station_picker_desc : _tram_station_picker_desc, parent, rs); |
| 1625 | } |
| 1626 | |
| 1627 | class RoadWaypointPickerCallbacks : public PickerCallbacksNewGRFClass<RoadStopClass> { |
| 1628 | public: |
no test coverage detected