X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=56998a0530cb33d922709f7dcb17e08caa6858ac;hp=88577ac27add45a3315bb7ee3e06e5d825640b5b;hb=617fc4a5748a1f2f48614b5dd30915852bf39fc2;hpb=914d869445048466ef00954109a15286938521c6 diff --git a/src/main.h b/src/main.h index 88577ac2..56998a05 100644 --- a/src/main.h +++ b/src/main.h @@ -2548,8 +2548,8 @@ enum // program information and versioning definitions #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 1 -#define PROGRAM_VERSION_MINOR 3 -#define PROGRAM_VERSION_PATCH 1 +#define PROGRAM_VERSION_MINOR 4 +#define PROGRAM_VERSION_PATCH 0 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" @@ -2649,10 +2649,15 @@ struct RequestButtonInfo struct TextPosInfo yes; struct TextPosInfo no; struct TextPosInfo confirm; + struct TextPosInfo player_1; struct TextPosInfo player_2; struct TextPosInfo player_3; struct TextPosInfo player_4; + + struct TextPosInfo touch_yes; + struct TextPosInfo touch_no; + struct TextPosInfo touch_confirm; }; struct MenuMainButtonInfo @@ -2723,6 +2728,11 @@ struct MenuSetupButtonInfo { struct MenuPosInfo prev_player; struct MenuPosInfo next_player; + + struct MenuPosInfo touch_back; + struct MenuPosInfo touch_next; + struct MenuPosInfo touch_back2; + struct MenuPosInfo touch_next2; }; struct MenuSetupInfo