diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-14 07:33:47 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-14 07:33:47 +0100 |
commit | dc5e66b5a29fd7de8ddf59852ceefd982289b7c3 (patch) | |
tree | 18bf0a274f1595d6d2d6cfb32a3b3825d843e315 /src/pass-mode.hpp | |
parent | 29bdd5f2170b9d46a8b3b0973c4c0845d6a2b61e (diff) |
a
Diffstat (limited to 'src/pass-mode.hpp')
-rw-r--r-- | src/pass-mode.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pass-mode.hpp b/src/pass-mode.hpp index 112aafcc..accefaae 100644 --- a/src/pass-mode.hpp +++ b/src/pass-mode.hpp @@ -5,5 +5,6 @@ namespace floormat { enum class pass_mode : std::uint8_t { blocked, see_through, shoot_through, pass, }; constexpr inline std::uint8_t pass_mode_COUNT = 4; +constexpr inline std::uint8_t pass_mode_BITS = 2; } // namespace floormat |