added '.hide' suffix to default program config to hide (some) setup options
[rocksndiamonds.git] / src / main.c
index 690296dded7266b0be70af083fe264a0f1588339..200b954c67c733e704169bf4ec70d77402d5b87b 100644 (file)
@@ -183,6 +183,7 @@ SetupFileHash              *image_config_hash = NULL;
 SetupFileHash         *element_token_hash = NULL;
 SetupFileHash         *graphic_token_hash = NULL;
 SetupFileHash         *font_token_hash = NULL;
+SetupFileHash         *hide_setup_hash = NULL;
 
 
 /* ------------------------------------------------------------------------- */