summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-29 10:10:59 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-29 10:10:59 +0100
commit6e2faa538cfacdf29e055b6c7ca6fdce3886b8da (patch)
tree35020851a983623090ab2f86d13685fb215a4af8 /src
parentf70410132b161332e164d013e6a7963c10d823ce (diff)
rename mg/Math.h -> mg/Functions.h
Diffstat (limited to 'src')
-rw-r--r--src/chunk-region.cpp2
-rw-r--r--src/raycast.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/chunk-region.cpp b/src/chunk-region.cpp
index 62fee2c4..57d09ab4 100644
--- a/src/chunk-region.cpp
+++ b/src/chunk-region.cpp
@@ -9,7 +9,7 @@
#include <array>
#include <cr/GrowableArray.h>
#include <cr/String.h>
-#include <mg/Math.h>
+#include <mg/Functions.h>
#include <mg/Timeline.h>
namespace floormat {
diff --git a/src/raycast.cpp b/src/raycast.cpp
index bfc41296..06cc416e 100644
--- a/src/raycast.cpp
+++ b/src/raycast.cpp
@@ -8,7 +8,7 @@
#include <bit>
#include <cr/StructuredBindings.h>
#include <cr/GrowableArray.h>
-#include <mg/Math.h>
+#include <mg/Functions.h>
#include <mg/Vector2.h>
#include <mg/Timeline.h>