feat: Approaches and referenced airfields

This commit is contained in:
2026-04-28 14:42:02 +01:00
parent d1ff0e6a15
commit 668d8b47be
8 changed files with 47 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ vec2 operator*(vec2 const &a, float const &b);
vec2 operator/(vec2 const &a, float const &b);
bool operator<(vec2 const &a, vec2 const &b);
bool operator>(vec2 const &a, vec2 const &b);
bool operator==(vec2 const &a, vec2 const &b);
// vec2i operators
bool operator<(vec2i const &a, vec2i const &b);