* Show the window for the given waypoint. * @param wp The waypoint to show the window for. */
| 230 | * @param wp The waypoint to show the window for. |
| 231 | */ |
| 232 | void ShowWaypointWindow(const Waypoint *wp) |
| 233 | { |
| 234 | AllocateWindowDescFront<WaypointWindow>(_waypoint_view_desc, wp->index); |
| 235 | } |
no outgoing calls
no test coverage detected