diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/cloudmanager.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/cloudmanager.h b/common/cloudmanager.h index 51c98e7d0c..936f0e0108 100644 --- a/common/cloudmanager.h +++ b/common/cloudmanager.h @@ -65,6 +65,11 @@ public: * Starts saves syncing process in currently active storage if there is any. */ virtual void syncSaves(Cloud::Storage::BoolCallback callback = nullptr, Networking::ErrorCallback errorCallback = nullptr) = 0; + + /** + * Starts feature testing (the one I'm working on currently). (Temporary) + */ + virtual void testFeature() = 0; }; } // End of namespace Common |