diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-26 18:09:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-26 18:09:42 +0200 |
commit | 3e1349ce28eae928c8ecfd2ec9bfdde5147ad6a8 (patch) | |
tree | 67600c94d7455e5eba00ca764630171682eec74c /src | |
parent | 74bd1480c6f9c19b4cac5850612891293adc26ec (diff) |
c
Diffstat (limited to 'src')
-rw-r--r-- | src/chunk-scenery.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chunk-scenery.hpp b/src/chunk-scenery.hpp index 85bddd7a..6ba830a2 100644 --- a/src/chunk-scenery.hpp +++ b/src/chunk-scenery.hpp @@ -1,7 +1,7 @@ #pragma once #include "chunk.hpp" -#include <Corrade/Containers/Array.h> -#include <Magnum/Math/Vector2.h> +#include <cr/ArrayView.h> +#include <mg/Vector2.h> namespace floormat { |