diff options
Diffstat (limited to 'src/resources/db/itemdb.h')
-rw-r--r-- | src/resources/db/itemdb.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/resources/db/itemdb.h b/src/resources/db/itemdb.h index e855c80ca..d8706ef31 100644 --- a/src/resources/db/itemdb.h +++ b/src/resources/db/itemdb.h @@ -23,6 +23,8 @@ #ifndef RESOURCES_DB_ITEMDB_H #define RESOURCES_DB_ITEMDB_H +#include "enums/simpletypes/skiperror.h" + #include "utils/stringvector.h" #include <map> @@ -45,7 +47,9 @@ namespace ItemDB void unload(); - void loadXmlFile(const std::string &fileName, int &tagNum); + void loadXmlFile(const std::string &fileName, + int &tagNum, + const SkipError skipError); const StringVect &getTags(); |