diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wall-atlas.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index 4832047e..a0103b2d 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -88,6 +88,7 @@ struct DirArrayIndex { namespace floormat { constexpr inline auto Direction_COUNT = (size_t)Wall::Direction_::COUNT; +constexpr inline auto Group_COUNT = (size_t)Wall::Group_::COUNT; struct wall_atlas_def final { |