added option to 'editor' tab to use level template for new levels
[rocksndiamonds.git] / src / libgame / system.h
index ad6976c8781cf13e424e5eea556c9aa8eb5ef9b4..4a54de8767f20a1c5416cc5d2d65100b2b04082e 100644 (file)
@@ -764,6 +764,8 @@ struct ProgramInfo
 
   boolean global_scores;
   boolean many_scores_per_name;
+
+  boolean headless;
 };
 
 struct OptionInfo
@@ -981,6 +983,8 @@ struct SetupEditorInfo
   boolean el_by_type;
 
   boolean show_element_token;
+
+  boolean use_template_for_new_levels;
 };
 
 struct SetupEditorCascadeInfo
@@ -1090,6 +1094,7 @@ struct SetupInfo
   boolean team_mode;
   boolean handicap;
   boolean skip_levels;
+  boolean increment_levels;
   boolean time_limit;
   boolean fullscreen;
   int window_scaling_percent;