summaryrefslogtreecommitdiffhomepage
path: root/src/pass-mode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pass-mode.hpp')
-rw-r--r--src/pass-mode.hpp1
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