mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 16:09:13 +00:00
Added portable file and directory operations (thanks @icculus!)
This commit is contained in:
parent
fe5c34d4bd
commit
db0c1d7aeb
30 changed files with 841 additions and 2 deletions
|
@ -987,6 +987,12 @@ SDL3_0.0.0 {
|
|||
SDL_GetStorageFileSize;
|
||||
SDL_ReadStorageFile;
|
||||
SDL_GetStorageSpaceRemaining;
|
||||
SDL_CreateDirectory;
|
||||
SDL_EnumerateDirectory;
|
||||
SDL_RemovePath;
|
||||
SDL_RenamePath;
|
||||
SDL_GetPathInfo;
|
||||
SDL_FileTimeToWindows;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue