aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storage.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-05 21:07:55 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit0ce7be17d3fec380f726c1ff16c559344b3e24c1 (patch)
treeb815b220629a466e0286f02c91d36a529057f25e /backends/cloud/storage.h
parent3db80154d60c98fe27018dc78c875df52c20cfe9 (diff)
downloadscummvm-rg350-0ce7be17d3fec380f726c1ff16c559344b3e24c1.tar.gz
scummvm-rg350-0ce7be17d3fec380f726c1ff16c559344b3e24c1.tar.bz2
scummvm-rg350-0ce7be17d3fec380f726c1ff16c559344b3e24c1.zip
CLOUD: Make ProgressDialog display downloading progress
Diffstat (limited to 'backends/cloud/storage.h')
-rw-r--r--backends/cloud/storage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/cloud/storage.h b/backends/cloud/storage.h
index 40ea14a3a1..058e831e5d 100644
--- a/backends/cloud/storage.h
+++ b/backends/cloud/storage.h
@@ -148,6 +148,9 @@ public:
virtual bool isSyncing();
/** Returns a number in [0, 1] range which represents current sync progress (1 = complete). */
+ virtual double getSyncDownloadingProgress();
+
+ /** Returns a number in [0, 1] range which represents current sync progress (1 = complete). */
virtual double getSyncProgress();
/** Returns an array of saves names which are not yet synced (thus cannot be used). */