added runtime flag to store if high score server is available
[rocksndiamonds.git] / src / libgame / system.h
index 4d738a10f98fc69ddb2c844233954b7d7b54ffb3..94ebe7a561a628136ae85ec34da76a028763ef55 100644 (file)
@@ -1039,6 +1039,8 @@ struct NetworkInfo
 struct RuntimeInfo
 {
   boolean uses_touch_device;
+
+  boolean api_server;
 };
 
 struct OptionInfo