added setup option to force showing local scores only
[rocksndiamonds.git] / src / libgame / system.h
index 4d738a10f98fc69ddb2c844233954b7d7b54ffb3..77c6c367601a1d6b8e304e374be19cd8ef7fba04 100644 (file)
@@ -1039,6 +1039,8 @@ struct NetworkInfo
 struct RuntimeInfo
 {
   boolean uses_touch_device;
+
+  boolean api_server;
 };
 
 struct OptionInfo
@@ -1480,6 +1482,7 @@ struct SetupInfo
   boolean sp_show_border_elements;
   boolean small_game_graphics;
   boolean show_snapshot_buttons;
+  boolean only_show_local_scores;
 
   char *graphics_set;
   char *sounds_set;