diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-08 21:52:49 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-08 21:52:49 +0200 |
commit | 4c151b5d580e6c855f05583a04fbf5e4220e11cf (patch) | |
tree | aea029a944df3ab6c404bb48472bd9498210116b /src/tile-defs.hpp | |
parent | 4a21f53f53f6982b0aec725bd9ae4eebfb1ce39c (diff) |
a
Diffstat (limited to 'src/tile-defs.hpp')
-rw-r--r-- | src/tile-defs.hpp | 1 |
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 |