aboutsummaryrefslogtreecommitdiff
path: root/gui/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/options.h')
-rw-r--r--gui/options.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gui/options.h b/gui/options.h
index fa7a1d28b9..77470aef57 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -247,7 +247,7 @@ protected:
PopUpWidget *_updatesPopUp;
#endif
-#ifdef USE_CLOUD
+#if defined USE_CLOUD || defined USE_SDL_NET
//
// Cloud controls
//
@@ -263,9 +263,13 @@ protected:
ButtonWidget *_storageConnectButton;
ButtonWidget *_storageRefreshButton;
ButtonWidget *_storageDownloadButton;
+ ButtonWidget *_runServerButton;
+ StaticTextWidget *_serverInfoLabel;
bool _redrawCloudTab;
void setupCloudTab();
+#endif
+#ifdef USE_CLOUD
void storageInfoCallback(Cloud::Storage::StorageInfoResponse response);
void storageListDirectoryCallback(Cloud::Storage::ListDirectoryResponse response);
#endif