summaryrefslogtreecommitdiffhomepage
path: root/View.cpp
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 /View.cpp
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
Diffstat (limited to 'View.cpp')
-rw-r--r--View.cpp2
1 files changed, 1 insertions, 1 deletions
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};