added global animation actions executed after init/anim/post delay
[rocksndiamonds.git] / src / libgame / system.h
index cf49d86f8a935ef24ab42728517e29206bbc57b3..4e64c32648224417a0da13705b567fc20155b420 100644 (file)
 
 #define STYLE_DEFAULT          STYLE_NONE
 
 
 #define STYLE_DEFAULT          STYLE_NONE
 
+// values for special global animation delay types
+#define ANIM_DELAY_UNDEFINED   -1
+#define ANIM_DELAY_NONE                0
+#define ANIM_DELAY_INIT                1
+#define ANIM_DELAY_ANIM                2
+#define ANIM_DELAY_POST                3
+
+// values for special global animation delay actions
+#define ANIM_DELAY_ACTION_NONE -1
+
 // values for special global animation events
 #define ANIM_EVENT_UNDEFINED   -1
 #define ANIM_EVENT_NONE                0
 // values for special global animation events
 #define ANIM_EVENT_UNDEFINED   -1
 #define ANIM_EVENT_NONE                0