diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-12 01:35:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-12 01:35:13 +0100 |
commit | a9ffceeffb98f0f5628d3ad347a4e3dbc93b66f3 (patch) | |
tree | 9230f569162473b4196e4ef1d848e87c993743e4 /src/object-type.hpp | |
parent | 692edd513bce851a988b0f04209adc480e48fe1f (diff) |
a
Diffstat (limited to 'src/object-type.hpp')
-rw-r--r-- | src/object-type.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/object-type.hpp b/src/object-type.hpp index 3a6a92e9..8c84c31a 100644 --- a/src/object-type.hpp +++ b/src/object-type.hpp @@ -3,8 +3,7 @@ namespace floormat { enum class object_type : unsigned char { - none, critter, scenery, light, + none, critter, scenery, light, COUNT, }; -constexpr inline size_t object_type_BITS = 3; } // namespace floormat |