diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-12-22 22:52:45 +0100 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2012-01-09 07:05:13 +0100 |
commit | 8e0bc98ddf2e2c0810136d39141ee4f3de445131 (patch) | |
tree | 9c46d14ef11880d06764802fc78f6c92f39a6ecd /src/utils/xml.h | |
parent | bb94a1c1906de4b7d71690f15f05f5fe9fbdb444 (diff) | |
download | mana-8e0bc98ddf2e2c0810136d39141ee4f3de445131.tar.gz mana-8e0bc98ddf2e2c0810136d39141ee4f3de445131.tar.bz2 mana-8e0bc98ddf2e2c0810136d39141ee4f3de445131.tar.xz mana-8e0bc98ddf2e2c0810136d39141ee4f3de445131.zip |
Spotted some more hard-coded files and paths definitions.
Conflicts:
src/actorsprite.cpp
Diffstat (limited to 'src/utils/xml.h')
-rw-r--r-- | src/utils/xml.h | 4 |
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. */ |