summaryrefslogtreecommitdiffhomepage
path: root/src/local-coords.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-09 12:22:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-09 12:22:14 +0200
commitcf6c5668f1d41a0fe02f97351a522ccfb3f245d4 (patch)
tree2dd795feb2b735773ca936effa57884986196aca /src/local-coords.hpp
parentb581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff)
a
Diffstat (limited to 'src/local-coords.hpp')
-rw-r--r--src/local-coords.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/local-coords.hpp b/src/local-coords.hpp
index 0d62103c..3bb2a33c 100644
--- a/src/local-coords.hpp
+++ b/src/local-coords.hpp
@@ -5,7 +5,7 @@
#include <Magnum/Magnum.h>
#include <Magnum/Math/Vector3.h>
-namespace Magnum::Examples {
+namespace floormat {
struct local_coords final {
std::uint8_t x = 0, y = 0;
@@ -29,4 +29,4 @@ constexpr local_coords::local_coords(std::size_t x, std::size_t y) noexcept
ASSERT(x <= 0xff && y <= 0xff);
}
-} // namespace Magnum::Examples
+} // namespace floormat