GOG GALAXY SDK Documentation
|
Contains data structures and interfaces related to cross-platform cloud storage activities. More...
#include "IListenerRegistrar.h"
Go to the source code of this file.
Classes | |
class | ICloudStorageGetFileListListener |
Listener for the event of downloading a list of files stored in cloud storage. More... | |
class | ICloudStorageGetFileListener |
Listener for the event of downloading a file stored in cloud storage. More... | |
class | ICloudStoragePutFileListener |
Listener for the event of uploading a local file to the cloud storage. More... | |
class | ICloudStorageDeleteFileListener |
Listener for the event of deleting a file stored in cloud storage. More... | |
class | ICloudStorage |
The interface for cross-platform CloudStorage file management. More... | |
Enumerations | |
enum | SavegameType { SAVEGAME_TYPE_UNDEFINED , SAVEGAME_TYPE_AUTO , SAVEGAME_TYPE_QUICK , SAVEGAME_TYPE_MANUAL , SAVEGAME_TYPE_POINT_OF_NO_RETURN , SAVEGAME_TYPE_ENDGAME_SAVE , SAVEGAME_TYPE_CHECKPOINT } |
The type of savegame. More... | |
Contains data structures and interfaces related to cross-platform cloud storage activities.