X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=dc4ea9ace501012d47b92aaf669ec47fa15ee25c;hb=2c91866598fc7ff9b6a6075c288a6974bfc11965;hp=48752bd0ea54c1d6ee40e74b44741a10a7a82458;hpb=91e97fb5df27413678f5f884f6074e5802e6b2ca;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 48752bd0..dc4ea9ac 100644 --- a/src/main.h +++ b/src/main.h @@ -1980,10 +1980,17 @@ #define EL_DF_MIRROR_FIXED_16 (EL_DF_MIRROR_FIXED_START + 15) #define EL_DF_MIRROR_FIXED_END EL_DF_MIRROR_FIXED_16 -#define EL_MM_END_3 EL_DF_MIRROR_FIXED_END -#define EL_DF_END_2 EL_DF_MIRROR_FIXED_END +#define EL_DF_SLOPE_START 1249 +#define EL_DF_SLOPE_1 (EL_DF_SLOPE_START + 0) +#define EL_DF_SLOPE_2 (EL_DF_SLOPE_START + 1) +#define EL_DF_SLOPE_3 (EL_DF_SLOPE_START + 2) +#define EL_DF_SLOPE_4 (EL_DF_SLOPE_START + 3) +#define EL_DF_SLOPE_END EL_DF_SLOPE_4 -#define NUM_FILE_ELEMENTS 1249 +#define EL_MM_END_3 EL_DF_SLOPE_END +#define EL_DF_END_2 EL_DF_SLOPE_END + +#define NUM_FILE_ELEMENTS 1253 // "real" (and therefore drawable) runtime elements @@ -2654,8 +2661,8 @@ enum // program information and versioning definitions #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 3 -#define PROGRAM_VERSION_MINOR 5 -#define PROGRAM_VERSION_PATCH 5 +#define PROGRAM_VERSION_MINOR 7 +#define PROGRAM_VERSION_PATCH 0 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" @@ -3772,11 +3779,13 @@ struct MusicFileInfo char *artist_header; char *album_header; char *year_header; + char *played_header; char *title; char *artist; char *album; char *year; + char *played; int music;