mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 16:09:13 +00:00
Added storage filesystem operations to the exported function list
This commit is contained in:
parent
e7b9f75e62
commit
9153287fa0
3 changed files with 15 additions and 0 deletions
|
@ -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: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue