diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-28 16:51:45 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-28 17:49:02 +0100 |
| commit | 079f3aa5f99125f76d39cd7c08fc1a388981089d (patch) | |
| tree | 5de23b472787c3e8cd5ea2f631011cef6242f67a /bench | |
| parent | d0b00799405870f207af00ac21800bd0f2f13854 (diff) | |
use Corrade/Magnum header wrappers in some files
Diffstat (limited to 'bench')
| -rw-r--r-- | bench/dijkstra.cpp | 4 | ||||
| -rw-r--r-- | bench/raycast.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bench/dijkstra.cpp b/bench/dijkstra.cpp index fa998d56..5e74c75d 100644 --- a/bench/dijkstra.cpp +++ b/bench/dijkstra.cpp @@ -4,8 +4,8 @@ #include "src/world.hpp" #include "loader/loader.hpp" #include <benchmark/benchmark.h> -#include <Corrade/Containers/Optional.h> -#include <Magnum/Math/Functions.h> +#include <cr/Optional.h> +#include <mg/Math.h> namespace floormat { diff --git a/bench/raycast.cpp b/bench/raycast.cpp index d77bee85..1885c05c 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 <Magnum/Math/Functions.h> +#include <mg/Math.h> namespace floormat { |
