SDL_GUIDFromString() renamed SDL_StringToGUID()

This commit is contained in:
Sam Lantinga 2024-07-22 10:33:25 -07:00
parent 5e12706ae0
commit ef21e31a9a
10 changed files with 30 additions and 16 deletions
src/dynapi

View file

@ -146,7 +146,6 @@ SDL3_0.0.0 {
SDL_GL_SetSwapInterval;
SDL_GL_SwapWindow;
SDL_GL_UnloadLibrary;
SDL_GUIDFromString;
SDL_GUIDToString;
SDL_GamepadConnected;
SDL_GamepadEventsEnabled;
@ -816,6 +815,7 @@ SDL3_0.0.0 {
SDL_StopHapticRumble;
SDL_StopTextInput;
SDL_StorageReady;
SDL_StringToGUID;
SDL_SurfaceHasColorKey;
SDL_SurfaceHasRLE;
SDL_SyncWindow;