aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/headers/Item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/headers/Item.hpp')
-rw-r--r--src/main/headers/Item.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/headers/Item.hpp b/src/main/headers/Item.hpp
index ce0c921..e338dbc 100644
--- a/src/main/headers/Item.hpp
+++ b/src/main/headers/Item.hpp
@@ -5,13 +5,11 @@
class Actor;
-/*
- * TODO description
- */
class Item
{
public:
- enum Type {
+ enum class Type
+ {
BULLET, MELEEWEAPON, RANGEDWEAPON, STICK, HEAL, FOOD
};