diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-29 10:10:59 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-29 10:10:59 +0100 |
commit | 6e2faa538cfacdf29e055b6c7ca6fdce3886b8da (patch) | |
tree | 35020851a983623090ab2f86d13685fb215a4af8 /bench | |
parent | f70410132b161332e164d013e6a7963c10d823ce (diff) |
rename mg/Math.h -> mg/Functions.h
Diffstat (limited to 'bench')
-rw-r--r-- | bench/dijkstra.cpp | 2 | ||||
-rw-r--r-- | bench/raycast.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bench/dijkstra.cpp b/bench/dijkstra.cpp index 5e74c75d..c2f43de6 100644 --- a/bench/dijkstra.cpp +++ b/bench/dijkstra.cpp @@ -5,7 +5,7 @@ #include "loader/loader.hpp" #include <benchmark/benchmark.h> #include <cr/Optional.h> -#include <mg/Math.h> +#include <mg/Functions.h> namespace floormat { diff --git a/bench/raycast.cpp b/bench/raycast.cpp index 0f6d617b..63f4ad4a 100644 --- a/bench/raycast.cpp +++ b/bench/raycast.cpp @@ -4,7 +4,7 @@ #include "src/wall-atlas.hpp" #include "loader/loader.hpp" #include <benchmark/benchmark.h> -#include <mg/Math.h> +#include <mg/Functions.h> namespace floormat { |