6 lines
No EOL
121 B
C
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 |