Fixed warning: no previous prototype for function 'SDL_UpdateAudio'

This commit is contained in:
Sam Lantinga
2023-10-24 14:22:41 -07:00
parent b16165a33f
commit 124a0050b6

View File

@@ -20,6 +20,7 @@
*/
#include "SDL_internal.h"
#include "SDL_audio_c.h"
#include "SDL_sysaudio.h"
#include "../thread/SDL_systhread.h"
#include "../SDL_utils_c.h"