X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=9545b70502020b11bc3044801a087a9ad0928cdd;hb=0f160c5a6ed76d57b624b3da1bbb7ff7d1b31b2f;hp=90d6e8800e2a37f6e2d2de6bbc97bed8a3bfc16c;hpb=eeabc02e8cd3fd84a407cb34d5fc03c846da4d1c;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 90d6e880..9545b705 100644 --- a/src/main.h +++ b/src/main.h @@ -2080,7 +2080,7 @@ #define PROGRAM_VERSION_MAJOR 4 #define PROGRAM_VERSION_MINOR 0 #define PROGRAM_VERSION_PATCH 1 -#define PROGRAM_VERSION_BUILD 0 +#define PROGRAM_VERSION_BUILD 1 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" @@ -3180,6 +3180,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[];