summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h
index 7aeb40a3..0dd8cd65 100644
--- a/src/being.h
+++ b/src/being.h
@@ -34,6 +34,8 @@
#define NR_HAIR_STYLES 6
#define NR_HAIR_COLORS 10
+class Equipment;
+class Item;
class Map;
class Graphics;
class Spriteset;
@@ -287,6 +289,8 @@ class Being : public Sprite
*/
int
getYOffset() const { return getOffset(UP, DOWN); }
+
+ std::auto_ptr<Equipment> mEquipment;
protected:
/**