From d781d5a3c1ec6872361db2a15786dfc0db9780f3 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Tue, 5 Oct 2021 06:35:09 -0400 Subject: Working tree render, now just have to do the leaves --- themes/mathlib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/mathlib.h') 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); -- cgit v1.2.1