mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-17 08:48:12 +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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user