summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-12-22 22:52:45 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-01-09 07:05:13 +0100
commit8e0bc98ddf2e2c0810136d39141ee4f3de445131 (patch)
tree9c46d14ef11880d06764802fc78f6c92f39a6ecd /src/utils
parentbb94a1c1906de4b7d71690f15f05f5fe9fbdb444 (diff)
downloadmana-client-8e0bc98ddf2e2c0810136d39141ee4f3de445131.tar.gz
mana-client-8e0bc98ddf2e2c0810136d39141ee4f3de445131.tar.bz2
mana-client-8e0bc98ddf2e2c0810136d39141ee4f3de445131.tar.xz
mana-client-8e0bc98ddf2e2c0810136d39141ee4f3de445131.zip
Spotted some more hard-coded files and paths definitions.
Conflicts: src/actorsprite.cpp
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/xml.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h
index 48e66787..8b7fd043 100644
--- a/src/utils/xml.h
+++ b/src/utils/xml.h
@@ -26,6 +26,10 @@
#include <string>
+// Define commonly used xml file
+#define HAIR_XML_FILE "hair.xml"
+#define COLORS_XML_FILE "colors.xml"
+
/**
* XML helper functions.
*/