diff options
Diffstat (limited to 'themes/mathlib.h')
-rw-r--r-- | themes/mathlib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/mathlib.h b/themes/mathlib.h index a0515f1..99dfb62 100644 --- a/themes/mathlib.h +++ b/themes/mathlib.h @@ -25,6 +25,8 @@ struct Vector2 { float x = 0; float y = 0; + Vector2(); + Vector2(float x, float y); Vector2 operator+(Vector2 other); Vector2& operator+=(Vector2 other); Vector2 operator-(Vector2 other); |