X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=7b15ad919e70d9450952bcac78427425f7b9d6fe;hb=1638f687279338a97d28e2a770fd63e7c789bdf8;hp=e93b51267ffca14ce5ca706d50d71ec7578b49d0;hpb=b59d111d850aa928e2a839ba026adde64927d5a5;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index e93b5126..7b15ad91 100644 --- a/src/main.h +++ b/src/main.h @@ -2079,8 +2079,8 @@ /* program information and versioning definitions */ #define PROGRAM_VERSION_MAJOR 4 #define PROGRAM_VERSION_MINOR 0 -#define PROGRAM_VERSION_PATCH 0 -#define PROGRAM_VERSION_BUILD 2 +#define PROGRAM_VERSION_PATCH 1 +#define PROGRAM_VERSION_BUILD 1 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" @@ -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[];