Added SDL_(Get|Set)AudioStreamSpeed

This commit is contained in:
Brick 2023-08-31 13:31:42 +01:00 committed by Ryan C. Gordon
parent 43c3c5736d
commit e55844274d
5 changed files with 78 additions and 0 deletions

View file

@ -902,6 +902,8 @@ SDL3_0.0.0 {
SDL_WriteS64BE;
SDL_GDKGetDefaultUser;
SDL_SetWindowFocusable;
SDL_GetAudioStreamSpeed;
SDL_SetAudioStreamSpeed;
# extra symbols go here (don't modify this line)
local: *;
};