diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-21 15:49:02 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-21 15:49:02 +0100 |
commit | 282cbae99ad55ed066595ee05736a89f93cc7381 (patch) | |
tree | 997a94bb9e249fd766589f211b076cb6cf26ecb7 /src | |
parent | c0f27919a98b9083c967cfd7c464a53b7cdc7f14 (diff) |
w
Diffstat (limited to 'src')
-rw-r--r-- | src/tile-defs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile-defs.hpp b/src/tile-defs.hpp index 46e72984..0dc74e20 100644 --- a/src/tile-defs.hpp +++ b/src/tile-defs.hpp @@ -4,7 +4,7 @@ namespace floormat { -using variant_t = uint8_t; +using variant_t = uint8_t; // todo change later to 16 bits constexpr inline uint32_t TILE_MAX_DIM = 16; constexpr inline size_t TILE_COUNT = size_t{TILE_MAX_DIM}*size_t{TILE_MAX_DIM}; |