summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/itemdb.h')
-rw-r--r--src/resources/itemdb.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h
index aa6e62c0..80f4bea9 100644
--- a/src/resources/itemdb.h
+++ b/src/resources/itemdb.h
@@ -115,10 +115,15 @@ class ItemDB
virtual void checkItemInfo(ItemInfo* itemInfo);
/**
- * Register the item to mItemInfos and mNamedItemsInfos
+ * Registers the item to mItemInfos and mNamedItemsInfos
*/
void addItem(ItemInfo *itemInfo);
+ /**
+ * Loads the empty item definition.
+ */
+ void loadEmptyItemDefinition();
+
// Default unknown reference
ItemInfo *mUnknown;