istereo

diff src/opengl.h @ 1:4d25539806d2

bollocks
author John Tsiombikas <nuclear@mutantstargoat.com>
date Tue, 06 Sep 2011 12:48:39 +0300
parents
children 2c5620f0670c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/opengl.h	Tue Sep 06 12:48:39 2011 +0300
     1.3 @@ -0,0 +1,13 @@
     1.4 +#if TARGETIPHONESIMULATOR || TARGETOSIPHONE
     1.5 +#include <OpenGLES/ES2/gl.h>
     1.6 +#else
     1.7 +
     1.8 +#include <GL/glew.h>
     1.9 +
    1.10 +#ifdef __APPLE__
    1.11 +#include <GLUT/glut.h>
    1.12 +#else
    1.13 +#include <GL/glut.h>
    1.14 +#endif	/* __APPLE__ */
    1.15 +
    1.16 +#endif