added enabling debug mode on Android when compiled with 'DEBUG' defined
[rocksndiamonds.git] / src / main.h
index 217ea876a24ba888c90f3a96a47612e571fc24b3..7b15ad919e70d9450952bcac78427425f7b9d6fe 100644 (file)
@@ -2649,6 +2649,7 @@ struct GlobalInfo
   int num_toons;
 
   float frames_per_second;
+  boolean show_frames_per_second;
 
   /* global values for fading screens and masking borders */
   int border_status;
@@ -3180,6 +3181,7 @@ extern SetupFileHash             *image_config_hash;
 extern SetupFileHash          *element_token_hash;
 extern SetupFileHash          *graphic_token_hash;
 extern SetupFileHash          *font_token_hash;
+extern SetupFileHash          *hide_setup_hash;
 extern struct ConfigTypeInfo   image_config_suffix[];
 extern struct ConfigTypeInfo   sound_config_suffix[];
 extern struct ConfigTypeInfo   music_config_suffix[];