Renamed storage functions to match SDL 3.0 naming convention

This commit is contained in:
Sam Lantinga
2024-03-16 07:40:01 -07:00
parent 1bab87399f
commit fe5c34d4bd
5 changed files with 51 additions and 51 deletions

View File

@@ -984,9 +984,9 @@ SDL3_0.0.0 {
SDL_OpenStorage;
SDL_CloseStorage;
SDL_StorageReady;
SDL_StorageFileSize;
SDL_StorageReadFile;
SDL_StorageSpaceRemaining;
SDL_GetStorageFileSize;
SDL_ReadStorageFile;
SDL_GetStorageSpaceRemaining;
# extra symbols go here (don't modify this line)
local: *;
};