diff options
Diffstat (limited to 'src/utils')
-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. */ |