| 126 | void SetMapName(const char *map) { strcpy(m_szMapName, map); }; |
| 127 | |
| 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; }; |
no outgoing calls
no test coverage detected