diff options
Diffstat (limited to 'src/resources/db/horsedb.h')
-rw-r--r-- | src/resources/db/horsedb.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/resources/db/horsedb.h b/src/resources/db/horsedb.h index 53855c767..8b009a108 100644 --- a/src/resources/db/horsedb.h +++ b/src/resources/db/horsedb.h @@ -22,6 +22,8 @@ #ifndef RESOURCES_DB_HORSEDB_H #define RESOURCES_DB_HORSEDB_H +#include "enums/simpletypes/skiperror.h" + #include <map> #include <string> @@ -38,9 +40,11 @@ namespace HorseDB { void load(); - void loadXmlFile(const std::string &fileName); + void loadXmlFile(const std::string &fileName, + const SkipError skipError); - void loadSpecialXmlFile(const std::string &fileName); + void loadSpecialXmlFile(const std::string &fileName, + const SkipError skipError); void unload(); |