rnd-20030924-B-src
[rocksndiamonds.git] / src / libgame / system.h
index a9f1efa1786ad01efeb85cb7b8d2321da3640dee..a48ccf05551863bd0c278f9abf88d81286793f74 100644 (file)
 #define ANIM_RANDOM            (1 << 4)
 #define ANIM_REVERSE           (1 << 5)
 
+#if 0
+/* values for special animation modes */
+#define ANIM_DEFAULT           (1 << 6)
+#define ANIM_QUICK             (1 << 7)
+#define ANIM_SPECIAL1          (1 << 8)
+#endif
 
 /* values for redraw_mask */
 #define REDRAW_NONE            (0)
@@ -485,6 +491,8 @@ struct SetupEditorInfo
   boolean el_chars;
   boolean el_custom;
   boolean el_custom_more;
+
+  boolean el_headlines;
 };
 
 struct SetupShortcutInfo