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.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tile-defs.hpp b/src/tile-defs.hpp
index 2736cd08..46e72984 100644
--- a/src/tile-defs.hpp
+++ b/src/tile-defs.hpp
@@ -4,6 +4,8 @@
namespace floormat {
+using variant_t = uint8_t;
+
constexpr inline uint32_t TILE_MAX_DIM = 16;
constexpr inline size_t TILE_COUNT = size_t{TILE_MAX_DIM}*size_t{TILE_MAX_DIM};