diff options
-rw-r--r-- | src/collision.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/collision.hpp b/src/collision.hpp index 623ae79c..914d6e1a 100644 --- a/src/collision.hpp +++ b/src/collision.hpp @@ -2,10 +2,6 @@ namespace floormat { -enum class collision : unsigned char { - view, shoot, move, -}; - enum class collision_type : unsigned char { none, object, scenery, geometry, }; |