ES-DE/src/platform.h
2012-09-10 13:48:00 -05:00

14 lines
188 B
C

//the Makefiles define these via command line
//#define _RPI_
//#define _DESKTOP_
#ifdef _RPI_
#define GLHEADER <GLES/gl.h>
#endif
#ifdef _DESKTOP_
#define GLHEADER <GL/gl.h>
#endif