#ifdef USE_SDL #ifdef SDL_INC #include "SDL/SDL.h" #else #include "SDL.h" #endif #ifdef INCLUDE_SYSWM #if defined(WIN) || defined(LIN) #ifdef SDL_INC #include #else #include #endif #endif // WIN || LIN #endif // INCLUDE_SYSWM #endif // USE_SDL