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

@@ -1019,3 +1019,8 @@
#define SDL_GetPathInfo SDL_GetPathInfo_REAL
#define SDL_FileTimeToWindows SDL_FileTimeToWindows_REAL
#define SDL_OpenFileStorage SDL_OpenFileStorage_REAL
#define SDL_CreateStorageDirectory SDL_CreateStorageDirectory_REAL
#define SDL_EnumerateStorageDirectory SDL_EnumerateStorageDirectory_REAL
#define SDL_RemoveStoragePath SDL_RemoveStoragePath_REAL
#define SDL_RenameStoragePath SDL_RenameStoragePath_REAL
#define SDL_GetStoragePathInfo SDL_GetStoragePathInfo_REAL