Merge branch 'master' into releases
[rocksndiamonds.git] / src / libgame / system.h
index a9f1efa1786ad01efeb85cb7b8d2321da3640dee..007e02d3542f7583735f555a5889b0f71a839e30 100644 (file)
 #define ANIM_RANDOM            (1 << 4)
 #define ANIM_REVERSE           (1 << 5)
 
+/* values for special (non game element) animation modes */
+#define ANIM_HORIZONTAL                (1 << 6)
+#define ANIM_VERTICAL          (1 << 7)
+
+#define ANIM_DEFAULT           ANIM_LOOP
 
 /* values for redraw_mask */
 #define REDRAW_NONE            (0)
@@ -485,6 +490,8 @@ struct SetupEditorInfo
   boolean el_chars;
   boolean el_custom;
   boolean el_custom_more;
+
+  boolean el_headlines;
 };
 
 struct SetupShortcutInfo