diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-28 19:30:34 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-28 20:21:14 +0100 |
| commit | a9a152e60e39536953dee08fd67efe249acbfc5e (patch) | |
| tree | f3e40cc8f21073953eb680bdbc8cee399ce2900d /src | |
| parent | 184a6012dc888ad3b58b60815f369331482edd1b (diff) | |
a
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 { |
