summaryrefslogtreecommitdiff
path: root/src/resources/db/colordb.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-06 15:43:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-06 15:43:45 +0300
commit4c4ceabb105079fdf389e0c63d106e1d1e21b0c5 (patch)
treefeb14a45b548bda378194370625473216d9fd1c3 /src/resources/db/colordb.h
parent17919a843d9b20595651b712e664a6d796b59898 (diff)
downloadplus-4c4ceabb105079fdf389e0c63d106e1d1e21b0c5.tar.gz
plus-4c4ceabb105079fdf389e0c63d106e1d1e21b0c5.tar.bz2
plus-4c4ceabb105079fdf389e0c63d106e1d1e21b0c5.tar.xz
plus-4c4ceabb105079fdf389e0c63d106e1d1e21b0c5.zip
add support for include in hair.xml.
Diffstat (limited to 'src/resources/db/colordb.h')
-rw-r--r--src/resources/db/colordb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/db/colordb.h b/src/resources/db/colordb.h
index e466102f9..d940ef772 100644
--- a/src/resources/db/colordb.h
+++ b/src/resources/db/colordb.h
@@ -62,7 +62,8 @@ namespace ColorDB
/**
* Loads the color data from <code>colors.xml</code>.
*/
- void loadHair();
+ void loadHair(const std::string &fileName,
+ std::map<int, ItemColor> &colors);
void loadColorLists();