rwops: Add SDL_GetRWStatus, make the statuses into an enum.

This commit is contained in:
Ryan C. Gordon 2024-03-13 12:29:17 -04:00
parent e35c304022
commit cc58da4c63
No known key found for this signature in database
GPG key ID: FA148B892AB48044
5 changed files with 44 additions and 8 deletions

View file

@ -978,6 +978,7 @@ SDL3_0.0.0 {
SDL_ShowOpenFolderDialog;
SDL_OpenRW;
SDL_CloseRW;
SDL_GetRWStatus;
# extra symbols go here (don't modify this line)
local: *;
};