diff options
Diffstat (limited to 'src/resources/db/npcdb.h')
-rw-r--r-- | src/resources/db/npcdb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/db/npcdb.h b/src/resources/db/npcdb.h index a53239683..5fcfd68ed 100644 --- a/src/resources/db/npcdb.h +++ b/src/resources/db/npcdb.h @@ -24,6 +24,7 @@ #define RESOURCES_DB_NPCDB_H #include "enums/simpletypes/beingtypeid.h" +#include "enums/simpletypes/skiperror.h" #include <string> @@ -44,7 +45,8 @@ namespace NPCDB BeingTypeId getAvatarFor(const BeingTypeId id); - void loadXmlFile(const std::string &fileName); + void loadXmlFile(const std::string &fileName, + const SkipError skipError); } // namespace NPCDB #endif // RESOURCES_DB_NPCDB_H |