src/Config.hh
changeset 220 1c92222af6d3
parent 219 ec472f8ac482
child 233 ff4ecea83cf5
--- a/src/Config.hh	Sat Dec 06 14:28:59 2008 +0000
+++ b/src/Config.hh	Sat Dec 06 14:36:37 2008 +0000
@@ -1,6 +1,9 @@
 #ifndef CONFIG_HH
 #define CONFIG_HH
 
+// XXX: merge this as Config.hh.in?
+#include "config.h"
+
 #include <ClanLib/display.h>
 
 // This is a temporary way to declare different constants. Maybe we
@@ -43,4 +46,7 @@
 const CL_Color COLOR_DIRT(144, 82, 23);
 const CL_Color COLOR_ROCK(132, 136, 135);
 
+// Drawing
+const std::string PLAYER_SKIN_PATH = (PROJECT_DATA_DIR "/skin.png");
+
 #endif