X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=e396a369212db4e87817f1a6f8b7e8d5e063ff80;hb=d3e7f0533cacbe8dc912a702bf51109ede78820b;hp=ab8f43b0a85172467403a575bedb67b599c4938d;hpb=8996c42ebfda1439fbf40a6a4c13129f760ecf2d;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index ab8f43b0..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 */