Add SDL_storage

This commit is contained in:
Ethan Lee
2024-03-08 14:38:46 -05:00
committed by Sam Lantinga
parent 4fc749443f
commit 744227e6ab
16 changed files with 1035 additions and 0 deletions

View File

@@ -979,6 +979,14 @@ SDL3_0.0.0 {
SDL_OpenIO;
SDL_CloseIO;
SDL_GetIOStatus;
SDL_OpenTitleStorage;
SDL_OpenUserStorage;
SDL_OpenStorage;
SDL_CloseStorage;
SDL_StorageReady;
SDL_StorageFileSize;
SDL_StorageReadFile;
SDL_StorageSpaceRemaining;
# extra symbols go here (don't modify this line)
local: *;
};