Update SDL2 to 2.0.3

This commit is contained in:
MAN-AT-ARMS 2014-03-24 19:13:56 -04:00
parent c55df2c9aa
commit d426ed307d
27 changed files with 434 additions and 7 deletions

View file

@ -33,6 +33,8 @@
#include "SDL_config_premake.h"
#elif defined(__WIN32__)
#include "SDL_config_windows.h"
#elif defined(__WINRT__)
#include "SDL_config_winrt.h"
#elif defined(__MACOSX__)
#include "SDL_config_macosx.h"
#elif defined(__IPHONEOS__)