mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 16:37:39 +00:00
iostream: Final fixes before merging.
- SDL_GetRWProperties -> SDL_GetIOProperties - SDL_GetRWStatus -> SDL_GetIOStatus - Some documentation corrections and improvements.
This commit is contained in:
parent
c175eb488c
commit
b7cda16613
5 changed files with 17 additions and 20 deletions
|
@ -878,7 +878,7 @@ SDL3_0.0.0 {
|
|||
SDL_GetJoystickProperties;
|
||||
SDL_GetRendererProperties;
|
||||
SDL_GetTextureProperties;
|
||||
SDL_GetRWProperties;
|
||||
SDL_GetIOProperties;
|
||||
SDL_GetSensorProperties;
|
||||
SDL_GetSurfaceProperties;
|
||||
SDL_GetWindowProperties;
|
||||
|
@ -978,7 +978,7 @@ SDL3_0.0.0 {
|
|||
SDL_ShowOpenFolderDialog;
|
||||
SDL_OpenIO;
|
||||
SDL_CloseIO;
|
||||
SDL_GetRWStatus;
|
||||
SDL_GetIOStatus;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue