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 /src | |
parent | d0b00799405870f207af00ac21800bd0f2f13854 (diff) |
use Corrade/Magnum header wrappers in some files
Diffstat (limited to 'src')
-rw-r--r-- | src/chunk-region.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/chunk-region.cpp b/src/chunk-region.cpp index a6968866..8bf73231 100644 --- a/src/chunk-region.cpp +++ b/src/chunk-region.cpp @@ -7,9 +7,10 @@ #include "compat/function2.hpp" #include <bit> #include <array> -#include <Corrade/Containers/GrowableArray.h> -#include <Magnum/Math/Functions.h> -#include <Magnum/Timeline.h> +#include <cr/GrowableArray.h> +#include <cr/String.h> +#include <mg/Math.h> +#include <mg/Timeline.h> namespace floormat { |