summaryrefslogtreecommitdiffstats
path: root/src/Enchantments.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Enchantments.h')
-rw-r--r--src/Enchantments.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Enchantments.h b/src/Enchantments.h
index ec42257c8..82eea53f9 100644
--- a/src/Enchantments.h
+++ b/src/Enchantments.h
@@ -84,6 +84,9 @@ public:
/** Adds enchantments in the stringspec; if a specified enchantment already exists, overwrites it */
void AddFromString(const AString & a_StringSpec);
+ /** Get the count of enchantments */
+ int Size(void);
+
/** Serializes all the enchantments into a string */
AString ToString(void) const;