This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/SDLCompat.h

16 lines
223 B
C

#ifdef SDL_INC
#include "SDL2/SDL.h"
#else
#include "SDL.h"
#endif
#ifdef INCLUDE_SYSWM
#if defined(WIN)
#ifdef SDL_INC
#include <SDL2/SDL_syswm.h>
#else
#include <SDL_syswm.h>
#endif
#endif // WIN
#endif // INCLUDE_SYSWM