diff options
Diffstat (limited to 'src/resources/itemdb.h')
-rw-r--r-- | src/resources/itemdb.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h index 98b38d256..44ab68f6d 100644 --- a/src/resources/itemdb.h +++ b/src/resources/itemdb.h @@ -37,16 +37,12 @@ class ItemInfo; */ namespace ItemDB { - /** - * Loads the item data from <code>items.xml</code>. - */ void load(); - /** - * Frees item data. - */ void unload(); + void loadXmlFile(const std::string &fileName, int &tagNum); + const StringVect &getTags(); bool exists(const int id) A_WARN_UNUSED; |