summaryrefslogtreecommitdiffhomepage
path: root/src/tile-defs.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-08 21:52:49 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-08 21:52:49 +0200
commit4c151b5d580e6c855f05583a04fbf5e4220e11cf (patch)
treeaea029a944df3ab6c404bb48472bd9498210116b /src/tile-defs.hpp
parent4a21f53f53f6982b0aec725bd9ae4eebfb1ce39c (diff)
a
Diffstat (limited to 'src/tile-defs.hpp')
-rw-r--r--src/tile-defs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile-defs.hpp b/src/tile-defs.hpp
index 40d1809b..05aaf82d 100644
--- a/src/tile-defs.hpp
+++ b/src/tile-defs.hpp
@@ -5,5 +5,6 @@ namespace Magnum::Examples {
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