#include <waypoint.hpp>

Public Member Functions | |
| Waypoint (std::string sName, Vec2 vPos, ImColor cColor) | |
| Waypoint (std::string sName, Vec3 vPos, ImColor cColor) | |
Public Attributes | |
| std::string | m_strName |
| Vec2 | m_vPos2D |
| Vec3 | m_vPos3D |
| ImColor | m_cColor |
This class is responsible for the waypoint.
|
inline |
|
inline |
| ImColor Waypoint::m_cColor |
| std::string Waypoint::m_strName |
| Vec2 Waypoint::m_vPos2D |
| Vec3 Waypoint::m_vPos3D |