xevi/simulation/include/SDL.h
2019-07-28 14:50:31 +02:00

6 lines
122 B
C

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