summaryrefslogtreecommitdiff
path: root/src/equipment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/equipment.h')
-rw-r--r--src/equipment.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/equipment.h b/src/equipment.h
index bac5a028..f820dcf0 100644
--- a/src/equipment.h
+++ b/src/equipment.h
@@ -24,8 +24,6 @@
#ifndef _TMW_EQUIPMENT_H_
#define _TMW_EQUIPMENT_H_
-class Item;
-
#define EQUIPMENT_SIZE 11
class Equipment
@@ -34,7 +32,13 @@ class Equipment
/**
* Constructor.
*/
- Equipment();
+ Equipment()
+ { clear(); }
+
+ /**
+ * Clears equipment.
+ */
+ void clear();
/**
* Get equipment at the given slot.