mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 02:47:39 +00:00
Sorted API symbols
This commit is contained in:
parent
4c382aafcd
commit
104642ffe7
3 changed files with 7 additions and 7 deletions
|
@ -117,8 +117,6 @@ SDL3_0.0.0 {
|
|||
SDL_CreateWindowWithProperties;
|
||||
SDL_CursorVisible;
|
||||
SDL_DateTimeToTime;
|
||||
SDL_RemoveEventWatch;
|
||||
SDL_RemoveHintCallback;
|
||||
SDL_Delay;
|
||||
SDL_DelayNS;
|
||||
SDL_DestroyAudioStream;
|
||||
|
@ -703,6 +701,8 @@ SDL3_0.0.0 {
|
|||
SDL_ReleaseGPUTransferBuffer;
|
||||
SDL_ReleaseWindowFromGPUDevice;
|
||||
SDL_ReloadGamepadMappings;
|
||||
SDL_RemoveEventWatch;
|
||||
SDL_RemoveHintCallback;
|
||||
SDL_RemovePath;
|
||||
SDL_RemoveStoragePath;
|
||||
SDL_RemoveSurfaceAlternateImages;
|
||||
|
@ -1104,6 +1104,7 @@ SDL3_0.0.0 {
|
|||
SDL_strndup;
|
||||
SDL_strnlen;
|
||||
SDL_strnstr;
|
||||
SDL_strpbrk;
|
||||
SDL_strrchr;
|
||||
SDL_strrev;
|
||||
SDL_strstr;
|
||||
|
@ -1144,7 +1145,6 @@ SDL3_0.0.0 {
|
|||
SDL_wcsnstr;
|
||||
SDL_wcsstr;
|
||||
SDL_wcstol;
|
||||
SDL_strpbrk;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue