diff options
Diffstat (limited to 'src/resources/db/statuseffectdb.h')
-rw-r--r-- | src/resources/db/statuseffectdb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/db/statuseffectdb.h b/src/resources/db/statuseffectdb.h index c713979fd..0231b3ec3 100644 --- a/src/resources/db/statuseffectdb.h +++ b/src/resources/db/statuseffectdb.h @@ -24,6 +24,7 @@ #define RESOURCES_DB_STATUSEFFECTDB_H #include "enums/simpletypes/enable.h" +#include "enums/simpletypes/skiperror.h" #include <map> #include <string> @@ -58,7 +59,8 @@ namespace StatusEffectDB void load(); - void loadXmlFile(const std::string &fileName); + void loadXmlFile(const std::string &fileName, + const SkipError skipError); void unload(); |