rnd-20030104-1-src
[rocksndiamonds.git] / src / libgame / system.h
index a28c03503dbe6ce54de1a8a6d07ba1dbc81f6353..d393bfc00fd6c5f057410c14786db7774c6e92fd 100644 (file)
@@ -247,14 +247,12 @@ struct OptionInfo
   char *graphics_directory;
   char *sounds_directory;
   char *music_directory;
-  char *autoplay_leveldir;
+  char *execute_command;
 
   boolean serveronly;
   boolean network;
   boolean verbose;
   boolean debug;
-
-  char *debug_command;
 };
 
 struct VideoSystemInfo
@@ -334,6 +332,19 @@ struct SetupInputInfo
   struct SetupKeyboardInfo key;
 };
 
+struct SetupEditorInfo
+{
+  boolean el_boulderdash;
+  boolean el_emerald_mine;
+  boolean el_more;
+  boolean el_sokoban;
+  boolean el_supaplex;
+  boolean el_diamond_caves;
+  boolean el_dx_boulderdash;
+  boolean el_chars;
+  boolean el_custom;
+};
+
 struct SetupShortcutInfo
 {
   Key save_game;
@@ -370,6 +381,7 @@ struct SetupInfo
   boolean override_level_sounds;
   boolean override_level_music;
 
+  struct SetupEditorInfo editor;
   struct SetupShortcutInfo shortcut;
   struct SetupInputInfo input[MAX_PLAYERS];
 };