Added missing header for file IO

Sam Lantinga 2013-12-05 09:54:22 -08:00
parent 7afb76824e
commit fc78e98221
1 changed files with 1 additions and 0 deletions

View File

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