src/Config.hh
branchnew_graphics
changeset 412 721c60072091
parent 408 e6cfc44266af
child 417 c503e0c6a740
--- a/src/Config.hh	Wed Jan 21 03:33:35 2009 +0200
+++ b/src/Config.hh	Wed Jan 21 23:07:22 2009 +0200
@@ -1,16 +1,21 @@
 #ifndef CONFIG_HH
 #define CONFIG_HH
 
-// XXX: merge this as Config.hh.in?
+/**
+ * @file
+ *
+ * Various constants used to define application/game behaviour
+ */
+
+// build settings
 #include "config.h"
 
+// custom types
 #include "Types.hh"
 
+// for CL_Color
 #include <ClanLib/display.h>
 
-// This is a temporary way to declare different constants. Maybe we
-// should do somekind of resource manager? Do we have time?
-
 /**
  * The value of pi used in physics/graphics calculations
  */