From af781837df4a4fb1df63103cdeb6a3dfbab7b9d4 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 4 Jun 2022 13:09:47 +0200 Subject: Renamed to VectorMath for now I still need to think about its place and how/if to address duplication from raymath.h --- View.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'View.cpp') diff --git a/View.cpp b/View.cpp index dc36cce..4877ba4 100644 --- a/View.cpp +++ b/View.cpp @@ -11,7 +11,7 @@ #include "Grid.h" #include "Label.h" #include "Timeline.h" -#include "Utils.h" +#include "VectorMath.h" const Color BACKGROUND {8, 8, 50, 255}; -- cgit v1.1