Explorar el Código

Fixed warning: no previous prototype for function 'SDL_UpdateAudio'

Sam Lantinga hace 2 años
padre
commit
124a0050b6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/audio/SDL_audio.c

+ 1 - 0
src/audio/SDL_audio.c

@@ -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"