summaryrefslogtreecommitdiff
path: root/src/resources/db/avatardb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/avatardb.h')
-rw-r--r--src/resources/db/avatardb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/db/avatardb.h b/src/resources/db/avatardb.h
index 48a4e7290..51dac81e0 100644
--- a/src/resources/db/avatardb.h
+++ b/src/resources/db/avatardb.h
@@ -24,6 +24,7 @@
#define RESOURCES_DB_AVATARDB_H
#include "enums/simpletypes/beingtypeid.h"
+#include "enums/simpletypes/skiperror.h"
#include <string>
@@ -39,7 +40,8 @@ namespace AvatarDB
BeingInfo *get(const BeingTypeId id) A_WARN_UNUSED;
- void loadXmlFile(const std::string &fileName);
+ void loadXmlFile(const std::string &fileName,
+ const SkipError skipError);
} // namespace AvatarDB
#endif // RESOURCES_DB_AVATARDB_H