29 #ifndef SAGO_PLATFORM_FOLDERS_H 30 #define SAGO_PLATFORM_FOLDERS_H 188 #ifndef DOXYGEN_SHOULD_SKIP_THIS 196 class PlatformFolders {
249 PlatformFolders(
const PlatformFolders&);
250 PlatformFolders& operator=(
const PlatformFolders&);
251 #if !defined(_WIN32) && !defined(__APPLE__) 252 struct PlatformFoldersData;
253 PlatformFoldersData* data;
257 #endif // skip doxygen std::string getDownloadFolder()
Definition: platform_folders.h:38
std::string getPublicFolder()
void appendAdditionalConfigDirectories(std::vector< std::string > &homes)
std::string getDesktopFolder()
std::string getCacheDir()
std::string getDocumentsFolder()
std::string getDownloadFolder1()
std::string getConfigHome()
void appendAdditionalDataDirectories(std::vector< std::string > &homes)
std::string getMusicFolder()
std::string getSaveGamesFolder2()
std::string getPicturesFolder()
std::string getVideoFolder()
std::string getSaveGamesFolder1()
std::string getDataHome()