diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-06 19:29:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-06 19:31:18 +0200 |
commit | 41f8fe4e55a3b0f2e471959374ba36314e19edc0 (patch) | |
tree | 362982ad2b05427121d24fc9cd99360603bc8796 /compat | |
parent | 5fe82a0a598331ca7b1bb5eea0286c09c4718981 (diff) |
a
Diffstat (limited to 'compat')
-rw-r--r-- | compat/prelude.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/prelude.hpp b/compat/prelude.hpp index 969c0cb8..a1c5e436 100644 --- a/compat/prelude.hpp +++ b/compat/prelude.hpp @@ -22,7 +22,7 @@ namespace Magnum { using Vector2uz = ::Magnum::Math::Vector2<size_t>; using Vector3uz = ::Magnum::Math::Vector3<size_t>; using Vector4uz = ::Magnum::Math::Vector4<size_t>; -} +} // namespace Magnum namespace floormat { using namespace ::Magnum; |