X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=40a1a5d18ad4375bf397d596a4450078b4f08323;hb=56468eb7fc2e010ec2c2026793af35763195d332;hp=406a6f364672ec6d241d0259328999d78eccd0a6;hpb=5bdc30d016416d04eec826a28321325d4ddc66c2;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 406a6f36..40a1a5d1 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -342,6 +342,7 @@ #define ANIM_EVENT_CLICK_PART_7 (1 << 14) #define ANIM_EVENT_CLICK_PART_8 (1 << 15) #define ANIM_EVENT_CLICK_SELF (1 << 16) +#define ANIM_EVENT_CLICK_ANY (1 << 17) #define ANIM_EVENT_CLICK_ANIM_ALL (ANIM_EVENT_CLICK_ANIM_1 | \ ANIM_EVENT_CLICK_ANIM_2 | \ @@ -396,6 +397,7 @@ #define POS_LOWER 5 #define POS_BOTTOM 6 #define POS_ANY 7 +#define POS_LAST 8 /* values for text alignment */ #define ALIGN_LEFT (1 << 0)