Added storage filesystem operations to the exported function list

This commit is contained in:
Sam Lantinga 2024-03-17 13:02:35 -07:00
parent e7b9f75e62
commit 9153287fa0
3 changed files with 15 additions and 0 deletions

View file

@ -994,6 +994,11 @@ SDL3_0.0.0 {
SDL_GetPathInfo;
SDL_FileTimeToWindows;
SDL_OpenFileStorage;
SDL_CreateStorageDirectory;
SDL_EnumerateStorageDirectory;
SDL_RemoveStoragePath;
SDL_RenameStoragePath;
SDL_GetStoragePathInfo;
# extra symbols go here (don't modify this line)
local: *;
};