Explorar o código

Added missing header for file IO

Sam Lantinga %!s(int64=12) %!d(string=hai) anos
pai
achega
fc78e98221
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/SDL_gamecontroller.h

+ 1 - 0
include/SDL_gamecontroller.h

@@ -30,6 +30,7 @@
 
 #include "SDL_stdinc.h"
 #include "SDL_error.h"
+#include "SDL_rwops.h"
 #include "SDL_joystick.h"
 
 #include "begin_code.h"