Преглед изворни кода

Added missing header for file IO

Sam Lantinga пре 12 година
родитељ
комит
fc78e98221
1 измењених фајлова са 1 додато и 0 уклоњено
  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"