summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-06-04 13:09:47 +0200
committerAki <please@ignore.pl>2022-06-04 13:10:04 +0200
commitaf781837df4a4fb1df63103cdeb6a3dfbab7b9d4 (patch)
tree660475d934827189c10f037d488f732394518ad2
parentdd1cd8c9647e5e16ae531c6da01ff9d261fdbe2a (diff)
downloadderelict-af781837df4a4fb1df63103cdeb6a3dfbab7b9d4.zip
derelict-af781837df4a4fb1df63103cdeb6a3dfbab7b9d4.tar.gz
derelict-af781837df4a4fb1df63103cdeb6a3dfbab7b9d4.tar.bz2
Renamed to VectorMath for now
I still need to think about its place and how/if to address duplication from raymath.h
-rw-r--r--Reader.cpp2
-rw-r--r--VectorMath.h (renamed from Utils.h)0
-rw-r--r--View.cpp2
3 files changed, 2 insertions, 2 deletions
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"
diff --git a/Utils.h b/VectorMath.h
index 72eab4d..72eab4d 100644
--- a/Utils.h
+++ b/VectorMath.h
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};