rwops: Rename everything from SDL_RWxxx to SDL_XxxRW.

This commit is contained in:
Ryan C. Gordon 2024-03-12 16:01:59 -04:00
parent 655ceb3b31
commit 7d4d8ccde0
No known key found for this signature in database
GPG key ID: FA148B892AB48044
18 changed files with 271 additions and 226 deletions

View file

@ -3048,3 +3048,33 @@ typedef SDL_version, SDL_Version;
- SDL_JoystickGetBall
+ SDL_GetJoystickBall
(...)
@@
@@
- SDL_RWclose
+ SDL_CloseRW
(...)
@@
@@
- SDL_RWread
+ SDL_ReadRW
(...)
@@
@@
- SDL_RWwrite
+ SDL_WriteRW
(...)
@@
@@
- SDL_RWtell
+ SDL_TellRW
(...)
@@
@@
- SDL_RWsize
+ SDL_SizeRW
(...)
@@
@@
- SDL_RWseek
+ SDL_SeekRW
(...)