summaryrefslogtreecommitdiff
path: root/src/resources/db/colordb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/colordb.h')
-rw-r--r--src/resources/db/colordb.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/resources/db/colordb.h b/src/resources/db/colordb.h
index 5c311a08d..dcb417019 100644
--- a/src/resources/db/colordb.h
+++ b/src/resources/db/colordb.h
@@ -23,6 +23,7 @@
#define RESOURCES_DB_COLORDB_H
#include "enums/simpletypes/itemcolor.h"
+#include "enums/simpletypes/skiperror.h"
#include <map>
#include <string>
@@ -66,9 +67,11 @@ namespace ColorDB
* Loads the color data from <code>colors.xml</code>.
*/
void loadHair(const std::string &fileName,
- std::map<ItemColor, ItemColorData> &colors);
+ std::map<ItemColor, ItemColorData> &colors,
+ const SkipError skipError);
- void loadColorLists(const std::string &fileName);
+ void loadColorLists(const std::string &fileName,
+ const SkipError skipError);
/**
* Clear the color data