summaryrefslogtreecommitdiff
path: root/src/inventory.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-24 16:16:49 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-24 16:16:49 +0300
commit2ae376534b1d681ad813b2b12160fd486419fc1b (patch)
treea16b59f326d3d9d8840bd21b0b2d2e859356ea99 /src/inventory.h
parent62e97c5ad768880f8b4f0c12c0421b77419732e7 (diff)
downloadplus-2ae376534b1d681ad813b2b12160fd486419fc1b.tar.gz
plus-2ae376534b1d681ad813b2b12160fd486419fc1b.tar.bz2
plus-2ae376534b1d681ad813b2b12160fd486419fc1b.tar.xz
plus-2ae376534b1d681ad813b2b12160fd486419fc1b.zip
Move type Identified into separate file.
Diffstat (limited to 'src/inventory.h')
-rw-r--r--src/inventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inventory.h b/src/inventory.h
index 7e2f63727..fb4bef1b6 100644
--- a/src/inventory.h
+++ b/src/inventory.h
@@ -25,6 +25,7 @@
#include "enums/inventorytype.h"
+#include "enums/simpletypes/identified.h"
#include "enums/simpletypes/simpletypes.h"
#include "enums/being/gender.h"