summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/item.h b/src/item.h
index bc5ed9098..be35e0b17 100644
--- a/src/item.h
+++ b/src/item.h
@@ -27,6 +27,8 @@
#include <map>
+#include "localconsts.h"
+
class Image;
/**
@@ -42,6 +44,8 @@ class Item
const unsigned char color = 1, const bool equipment = false,
const bool equipped = false);
+ A_DELETE_COPY(Item);
+
/**
* Destructor.
*/