aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/headers/Item.hpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-02-25 21:11:43 +0100
committerNao Pross <naopross@thearcway.org>2018-02-25 21:11:43 +0100
commit20b958c69451dd8251a8899cf7264d5c92ed7c60 (patch)
tree440ec68a189efdf42a21a9d621b6de2c04305fb5 /src/main/headers/Item.hpp
parentUpdate CMakeLists and Makefile (diff)
downloadSubconscious-old-20b958c69451dd8251a8899cf7264d5c92ed7c60.tar.gz
Subconscious-old-20b958c69451dd8251a8899cf7264d5c92ed7c60.zip
Better management of stats and skill of actors and items
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
};