aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/cloudmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/cloudmanager.h')
-rw-r--r--backends/cloud/cloudmanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/cloud/cloudmanager.h b/backends/cloud/cloudmanager.h
index 131af9bb8f..ebcc6ea5cf 100644
--- a/backends/cloud/cloudmanager.h
+++ b/backends/cloud/cloudmanager.h
@@ -227,6 +227,9 @@ public:
/** Returns storage's saves directory path with the trailing slash. */
Common::String savesDirectoryPath();
+ /** Returns whether given filename could be uploaded to or downloaded from storage. */
+ bool canSyncFilename(const Common::String &filename) const;
+
/**
* Starts saves syncing process in currently active storage if there is any.
*/