added hiding info screen sub-menus marked with '.hide'
[rocksndiamonds.git] / src / libgame / system.h
index 97615e6daf608f3f2a1ba4fd44dd3d2e310e959d..cf2bf1632f66a0289e1c4f1bef5c7724ea2a189b 100644 (file)
@@ -1456,6 +1456,15 @@ struct SetupInternalInfo
   boolean menu_shortcuts;
   boolean menu_exit;
   boolean menu_save_and_exit;
+
+  boolean info_title;
+  boolean info_elements;
+  boolean info_music;
+  boolean info_credits;
+  boolean info_program;
+  boolean info_version;
+  boolean info_levelset;
+  boolean info_exit;
 };
 
 struct SetupDebugInfo