xevi/simulation/include/SDL.h
2019-06-21 18:08:24 +02:00

6 lines
No EOL
121 B
C

#if defined(__APPLE__)
#include <SDL2/SDL.h>
#else
#error "Platform not supported, fix include paths and stuff.."
#endif