mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 16:09:13 +00:00
rwops: Rename everything from SDL_RWxxx to SDL_XxxRW.
This commit is contained in:
parent
655ceb3b31
commit
7d4d8ccde0
18 changed files with 271 additions and 226 deletions
|
@ -467,11 +467,11 @@ SDL3_0.0.0 {
|
|||
SDL_RWFromConstMem;
|
||||
SDL_RWFromFile;
|
||||
SDL_RWFromMem;
|
||||
SDL_RWread;
|
||||
SDL_RWseek;
|
||||
SDL_RWsize;
|
||||
SDL_RWtell;
|
||||
SDL_RWwrite;
|
||||
SDL_ReadRW;
|
||||
SDL_SeekRW;
|
||||
SDL_SizeRW;
|
||||
SDL_TellRW;
|
||||
SDL_WriteRW;
|
||||
SDL_RaiseWindow;
|
||||
SDL_ReadU16BE;
|
||||
SDL_ReadU32BE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue