mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-22 19:18:30 +00:00
Renamed SDL_AtomicSetPtr() and SDL_AtomicGetPtr()
Fixes https://github.com/libsdl-org/SDL/issues/10601
This commit is contained in:
@@ -18,9 +18,9 @@ SDL3_0.0.0 {
|
||||
SDL_AtomicCompareAndSwap;
|
||||
SDL_AtomicCompareAndSwapPointer;
|
||||
SDL_AtomicGet;
|
||||
SDL_AtomicGetPtr;
|
||||
SDL_AtomicGetPointer;
|
||||
SDL_AtomicSet;
|
||||
SDL_AtomicSetPtr;
|
||||
SDL_AtomicSetPointer;
|
||||
SDL_AttachVirtualJoystick;
|
||||
SDL_AudioDevicePaused;
|
||||
SDL_BeginGPUComputePass;
|
||||
|
Reference in New Issue
Block a user