Open station build window */
| 1452 | |
| 1453 | /** Open station build window */ |
| 1454 | static Window *ShowStationBuilder(Window *parent) |
| 1455 | { |
| 1456 | return new BuildRailStationWindow(_station_builder_desc, parent); |
| 1457 | } |
| 1458 | |
| 1459 | struct BuildSignalWindow : public PickerWindowBase { |
| 1460 | private: |
no outgoing calls
no test coverage detected