The-Powder-Toy/src/SDLCompat.h

16 lines
223 B
C
Raw Normal View History

#ifdef SDL_INC
#include "SDL2/SDL.h"
#else
#include "SDL.h"
#endif
2016-10-14 08:30:29 -05:00
#ifdef INCLUDE_SYSWM
#if defined(WIN)
#ifdef SDL_INC
#include <SDL2/SDL_syswm.h>
#else
#include <SDL_syswm.h>
#endif
#endif // WIN
2016-10-14 08:30:29 -05:00
#endif // INCLUDE_SYSWM