X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=2884232cb96956421e990c0dd380b4d5aac7f876;hb=refs%2Ftags%2F4.0.1.2;hp=e93b51267ffca14ce5ca706d50d71ec7578b49d0;hpb=b59d111d850aa928e2a839ba026adde64927d5a5;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index e93b5126..2884232c 100644 --- a/src/main.h +++ b/src/main.h @@ -2079,7 +2079,7 @@ /* program information and versioning definitions */ #define PROGRAM_VERSION_MAJOR 4 #define PROGRAM_VERSION_MINOR 0 -#define PROGRAM_VERSION_PATCH 0 +#define PROGRAM_VERSION_PATCH 1 #define PROGRAM_VERSION_BUILD 2 #define PROGRAM_VERSION_EXTRA "" @@ -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[];