Explorar el Código

Added header needed for SDL_Delay()

Sam Lantinga hace 3 años
padre
commit
12aa4d5653
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/joystick/windows/SDL_dinputjoystick.c

+ 1 - 0
src/joystick/windows/SDL_dinputjoystick.c

@@ -25,6 +25,7 @@
 #if SDL_JOYSTICK_DINPUT
 
 #include "SDL_hints.h"
+#include "SDL_timer.h"
 #include "SDL_windowsjoystick_c.h"
 #include "SDL_dinputjoystick_c.h"
 #include "SDL_rawinputjoystick_c.h"