summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/item.h b/src/item.h
index b08c2f5e..4ed552ed 100644
--- a/src/item.h
+++ b/src/item.h
@@ -23,10 +23,8 @@
#include "event.h"
+#include "resources/image.h"
#include "resources/itemdb.h"
-#include "resources/resource.h"
-
-class Image;
const int ITEM_ICON_SIZE = 32;
@@ -38,7 +36,7 @@ class Item
public:
Item(int id = -1, int quantity = 0, bool equipped = false);
- virtual ~Item();
+ virtual ~Item() = default;
/**
* Sets the item id, identifying the item type.