Atlas - SDL_steamstorage_proc.h
Home / ext / SDL / src / storage / steam Lines: 1 | Size: 1171 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1STEAM_PROC(void*, SteamAPI_SteamRemoteStorage_v016, (void)) 2 3STEAM_PROC(bool, SteamAPI_ISteamRemoteStorage_IsCloudEnabledForAccount, (void*)) 4STEAM_PROC(bool, SteamAPI_ISteamRemoteStorage_IsCloudEnabledForApp, (void*)) 5 6STEAM_PROC(bool, SteamAPI_ISteamRemoteStorage_BeginFileWriteBatch, (void*)) 7STEAM_PROC(bool, SteamAPI_ISteamRemoteStorage_EndFileWriteBatch, (void*)) 8 9STEAM_PROC(bool, SteamAPI_ISteamRemoteStorage_FileExists, (void*, const char*)) 10STEAM_PROC(Sint32, SteamAPI_ISteamRemoteStorage_GetFileSize, (void*, const char*)) 11STEAM_PROC(Sint64, SteamAPI_ISteamRemoteStorage_GetFileTimestamp, (void*, const char *)) 12STEAM_PROC(Sint32, SteamAPI_ISteamRemoteStorage_FileRead, (void*, const char*, void*, Sint32)) 13STEAM_PROC(Sint32, SteamAPI_ISteamRemoteStorage_FileWrite, (void*, const char*, const void*, Sint32)) 14STEAM_PROC(bool, SteamAPI_ISteamRemoteStorage_FileDelete, (void*, const char*)) 15STEAM_PROC(bool, SteamAPI_ISteamRemoteStorage_GetQuota, (void*, Uint64*, Uint64*)) 16 17STEAM_PROC(Sint32, SteamAPI_ISteamRemoteStorage_GetFileCount, (void*)) 18STEAM_PROC(const char *, SteamAPI_ISteamRemoteStorage_GetFileNameAndSize, (void*, int, Sint32*)) 19 20#undef STEAM_PROC 21[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.