* Determine the middle of a station in the smallmap window. * @param st The station we're looking for. * @return Middle point of the station in the smallmap window. */
| 2097 | * @return Middle point of the station in the smallmap window. |
| 2098 | */ |
| 2099 | Point GetSmallMapStationMiddle(const Window *w, const Station *st) |
| 2100 | { |
| 2101 | return static_cast<const SmallMapWindow *>(w)->GetStationMiddle(st); |
| 2102 | } |
no test coverage detected