X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=e396a369212db4e87817f1a6f8b7e8d5e063ff80;hp=47293837fe97f377e244d8008fed65b8bbb518bd;hb=d3e7f0533cacbe8dc912a702bf51109ede78820b;hpb=457abe4e8de9b10096af75c026409ab068570b7f diff --git a/src/libgame/system.h b/src/libgame/system.h index 47293837..e396a369 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -330,6 +330,9 @@ #define STYLE_INNER_CORNERS (1 << 1) #define STYLE_REVERSE (1 << 2) +/* values for special event handling style (used for global animation) */ +#define STYLE_PASSTHROUGH (1 << 3) + #define STYLE_DEFAULT STYLE_NONE /* values for special global animation events */ @@ -345,6 +348,9 @@ #define ANIM_EVENT_DEFAULT ANIM_EVENT_NONE +/* values for special global animation event actions */ +#define ANIM_EVENT_ACTION_NONE -1 + /* values for fade mode */ #define FADE_TYPE_NONE 0 #define FADE_TYPE_FADE_IN (1 << 0)