diff options
Diffstat (limited to 'src/resources/db/deaddb.h')
-rw-r--r-- | src/resources/db/deaddb.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/resources/db/deaddb.h b/src/resources/db/deaddb.h index 67afcf39c..def0a42f2 100644 --- a/src/resources/db/deaddb.h +++ b/src/resources/db/deaddb.h @@ -21,6 +21,8 @@ #ifndef RESOURCES_DB_DEADDB_H #define RESOURCES_DB_DEADDB_H +#include "enums/simpletypes/skiperror.h" + #include <string> /** @@ -33,7 +35,8 @@ namespace DeadDB */ void load(); - void loadXmlFile(const std::string &fileName); + void loadXmlFile(const std::string &fileName, + const SkipError skipError); /** * Clear the chars data |