src/Config.hh
changeset 233 ff4ecea83cf5
parent 220 1c92222af6d3
child 235 0a0c729365ee
--- a/src/Config.hh	Sat Dec 06 22:36:38 2008 +0000
+++ b/src/Config.hh	Sat Dec 06 22:47:08 2008 +0000
@@ -46,7 +46,8 @@
 const CL_Color COLOR_DIRT(144, 82, 23);
 const CL_Color COLOR_ROCK(132, 136, 135);
 
-// Drawing
+// Data paths
 const std::string PLAYER_SKIN_PATH = (PROJECT_DATA_DIR "/skin.png");
+const std::string RESOURCE_XML_PATH = (PROJECT_DATA_DIR "/resources.xml");
 
 #endif