mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 16:37:39 +00:00
SDL API renaming: SDL_Alloc*/SDL_Free* -> SDL_Create*/SDL_Destroy*
Fixes https://github.com/libsdl-org/SDL/issues/6945
This commit is contained in:
parent
e1bd5bd071
commit
98678b5d8d
14 changed files with 84 additions and 67 deletions
|
@ -5,7 +5,7 @@ SDL3_0.0.0 {
|
|||
SDL_AddGamepadMappingsFromRW;
|
||||
SDL_AddHintCallback;
|
||||
SDL_AddTimer;
|
||||
SDL_AllocRW;
|
||||
SDL_CreateRW;
|
||||
SDL_AndroidBackButton;
|
||||
SDL_AndroidGetActivity;
|
||||
SDL_AndroidGetExternalStoragePath;
|
||||
|
@ -110,8 +110,8 @@ SDL3_0.0.0 {
|
|||
SDL_FlushAudioStream;
|
||||
SDL_FlushEvent;
|
||||
SDL_FlushEvents;
|
||||
SDL_FreeCursor;
|
||||
SDL_FreeRW;
|
||||
SDL_DestroyCursor;
|
||||
SDL_DestroyRW;
|
||||
SDL_GDKGetTaskQueue;
|
||||
SDL_GDKSuspendComplete;
|
||||
SDL_GL_BindTexture;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue