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 /editor/tests/path-test.cpp | |
| parent | d0b00799405870f207af00ac21800bd0f2f13854 (diff) | |
use Corrade/Magnum header wrappers in some files
Diffstat (limited to 'editor/tests/path-test.cpp')
| -rw-r--r-- | editor/tests/path-test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/tests/path-test.cpp b/editor/tests/path-test.cpp index bdaeaae0..68c7fee9 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -8,8 +8,8 @@ #include "src/critter.hpp" #include "shaders/shader.hpp" #include "../imgui-raii.hpp" -#include <Magnum/Math/Functions.h> -#include <Magnum/Math/Color.h> +#include <mg/Math.h> +#include <mg/Color.h> namespace floormat::tests { |
