Added portable file and directory operations (thanks @icculus!)

This commit is contained in:
Sam Lantinga 2024-03-16 08:15:13 -07:00
parent fe5c34d4bd
commit db0c1d7aeb
30 changed files with 841 additions and 2 deletions

View file

@ -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: *;
};