X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=8bcafb8269c1517ecaf30a8734f9db2668059351;hp=d0584d4b922d331048d2cbea3ca265ccdb8fe928;hb=f4d75550969f97716de4b9f5340b8fcf835ab7fc;hpb=912fcafbd1601312dcf94837380480638fa3f4b3 diff --git a/src/libgame/system.h b/src/libgame/system.h index d0584d4b..8bcafb82 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -358,6 +358,10 @@ #define ANIM_EVENT_SELF (1 << 16) #define ANIM_EVENT_ANY (1 << 17) #define ANIM_EVENT_CLICK (1 << 18) +#define ANIM_EVENT_INIT (1 << 19) +#define ANIM_EVENT_START (1 << 20) +#define ANIM_EVENT_END (1 << 21) +#define ANIM_EVENT_POST (1 << 22) // anim number: bits 0-7 // part number: bits 8-15