| 128 | void SetWaypointsVisible(bool Visible) { m_bDrawWaypoints = Visible; }; |
| 129 | void SetPathsVisible(bool Visible) { m_bDrawWPPaths = Visible; }; |
| 130 | void SetAutoWaypoint(bool On) { m_bAutoWaypoint = On; }; |
| 131 | void SetWPInfo(bool on) { m_bDrawWPText = on; }; |
| 132 | void SetWPFlags(node_s *wp, int iFlags) { wp->iFlags |= iFlags; }; |
| 133 | void UnsetWPFlags(node_s *wp, int iFlags) { wp->iFlags &= ~iFlags; }; |