* Opens StationViewWindow for given station * * @param station station which window should be opened */
| 2172 | * @param station station which window should be opened |
| 2173 | */ |
| 2174 | void ShowStationViewWindow(StationID station) |
| 2175 | { |
| 2176 | AllocateWindowDescFront<StationViewWindow>(_station_view_desc, station); |
| 2177 | } |
| 2178 | |
| 2179 | /** Struct containing TileIndex and StationID */ |
| 2180 | struct TileAndStation { |
no outgoing calls
no test coverage detected