GOG GALAXY SDK Documentation
ICloudStorage.h File Reference

Contains data structures and interfaces related to cross-platform cloud storage activities. More...

Include dependency graph for ICloudStorage.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains data structures and interfaces related to cross-platform cloud storage activities.