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 --- Reader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Reader.cpp') diff --git a/Reader.cpp b/Reader.cpp index 165e049..edd7d36 100644 --- a/Reader.cpp +++ b/Reader.cpp @@ -9,7 +9,7 @@ #include "LongVector3.h" #include "Source.h" #include "Timeline.h" -#include "Utils.h" +#include "VectorMath.h" #include "Wreck.h" -- cgit v1.1