summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 5bff06df19..5a6cfca733 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -30,6 +30,7 @@
#include "defines.h"
#include "enum.h"
#include "FixAry.h"
+#include "hash.h"
#include "libutil.h"
#include "mpr.h"
@@ -354,6 +355,8 @@ struct item_def
std::string inscription;
+ CrawlHashTable props;
+
public:
item_def() : base_type(OBJ_UNASSIGNED), sub_type(0), plus(0), plus2(0),
special(0L), colour(0), flags(0L), quantity(0),