rnd-20030924-B-src
[rocksndiamonds.git] / src / libgame / system.h
index eaa71dc010602c207ad6e8186fff62930cf451ac..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)
 #define DOCS_DIRECTORY         "docs"
 
 #if !defined(PLATFORM_MSDOS)
-#define GRAPHICS_SUBDIR                "gfx_classic"
-#define SOUNDS_SUBDIR          "snd_classic"
-#define MUSIC_SUBDIR           "mus_classic"
+#define GFX_CLASSIC_SUBDIR     "gfx_classic"
+#define SND_CLASSIC_SUBDIR     "snd_classic"
+#define MUS_CLASSIC_SUBDIR     "mus_classic"
 #else
-#define GRAPHICS_SUBDIR                "gfx_orig"
-#define SOUNDS_SUBDIR          "snd_orig"
-#define MUSIC_SUBDIR           "mus_orig"
+#define GFX_CLASSIC_SUBDIR     "gfx_orig"
+#define SND_CLASSIC_SUBDIR     "snd_orig"
+#define MUS_CLASSIC_SUBDIR     "mus_orig"
 #endif
 
 
@@ -484,6 +490,9 @@ struct SetupEditorInfo
   boolean el_dx_boulderdash;
   boolean el_chars;
   boolean el_custom;
+  boolean el_custom_more;
+
+  boolean el_headlines;
 };
 
 struct SetupShortcutInfo