This commit is contained in:
2026-06-15 22:22:19 +03:00
parent fee4e4b9e3
commit b0561c193e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ Thanks to everyone who made this possible, including:
- Billy O'Neal aka BillyONeal for fixing compilation issues due to C math library compatibility.
- Alex2772 for reference of AUI declarative interface design for omath::hud.
- Keith O'Hara aka kthohr for a C++ generalized constant expression-based math library that was used as reference.
And a big hand to everyone else who has contributed over the past!
THANKS! <3
+1 -1
View File
@@ -11,7 +11,7 @@ namespace omath::hud
public:
CanvasBox(Vector2<float> top, Vector2<float> bottom, float ratio = 4.f);
[[nodiscard]]
[[nodiscard("You have to use array")]]
std::array<Vector2<float>, 4> as_array() const;
Vector2<float> top_left_corner;