This commit is contained in:
Honkazel 2025-02-02 19:13:58 +05:00
parent 1803f6fccd
commit 055338aa5c

View file

@ -11,7 +11,7 @@ namespace Hyprutils::Math {
Vector2D(double, double);
Vector2D(int, int);
Vector2D() = default;
~Vector2D();
~Vector2D() = default;
double x = 0;
double y = 0;