summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-24 16:25:36 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-24 16:25:36 +0300
commitb062324beffc070a5f2d1550195cffcddd1da3b0 (patch)
tree1d834c0c28f8363b9b52cb219d7b698ce1857540 /src/item.h
parent2ae376534b1d681ad813b2b12160fd486419fc1b (diff)
downloadManaVerse-b062324beffc070a5f2d1550195cffcddd1da3b0.tar.gz
ManaVerse-b062324beffc070a5f2d1550195cffcddd1da3b0.tar.bz2
ManaVerse-b062324beffc070a5f2d1550195cffcddd1da3b0.tar.xz
ManaVerse-b062324beffc070a5f2d1550195cffcddd1da3b0.zip
Move type Damaged into separate file.
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/item.h b/src/item.h
index 5607c9f21..d6a38733e 100644
--- a/src/item.h
+++ b/src/item.h
@@ -23,6 +23,7 @@
#ifndef ITEM_H
#define ITEM_H
+#include "enums/simpletypes/damaged.h"
#include "enums/simpletypes/identified.h"
#include "enums/simpletypes/simpletypes.h"