moved game controller base mappings file to new 'conf' sub-directory
[rocksndiamonds.git] / src / libgame / system.h
index e5c96d316eb7b89aa1394a712d3199ba14a67ddd..2f6c2809fff688814c214e9030b4975d5e5e3f16 100644 (file)
 #define SCORES_DIRECTORY       "scores"
 #define DOCS_DIRECTORY         "docs"
 #define CACHE_DIRECTORY                "cache"
+#define CONF_DIRECTORY         "conf"
 
 #define GFX_CLASSIC_SUBDIR     "gfx_classic"
 #define SND_CLASSIC_SUBDIR     "snd_classic"
@@ -800,6 +801,7 @@ struct OptionInfo
   char *sounds_directory;
   char *music_directory;
   char *docs_directory;
+  char *conf_directory;
 
   char *execute_command;