summaryrefslogtreecommitdiffhomepage
path: root/src/tile-defs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile-defs.hpp')
-rw-r--r--src/tile-defs.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tile-defs.hpp b/src/tile-defs.hpp
index 05aaf82d..69827210 100644
--- a/src/tile-defs.hpp
+++ b/src/tile-defs.hpp
@@ -1,10 +1,10 @@
#pragma once
#include <cstddef>
-namespace Magnum::Examples {
+namespace floormat {
constexpr inline std::size_t TILE_MAX_DIM = 16;
constexpr inline std::size_t TILE_COUNT = TILE_MAX_DIM*TILE_MAX_DIM;
constexpr inline float TILE_SIZE[3] = { 64, 64, 64 };
-} // namespace Magnum::Examples
+} // namespace floormat