istereo

view src/opengl.h @ 2:bb68fac22579

sanegl and shit
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 07 Sep 2011 02:48:35 +0300
parents
children 2c5620f0670c
line source
1 #if TARGETIPHONESIMULATOR || TARGETOSIPHONE
2 #include <OpenGLES/ES2/gl.h>
3 #else
5 #include <GL/glew.h>
7 #ifdef __APPLE__
8 #include <GLUT/glut.h>
9 #else
10 #include <GL/glut.h>
11 #endif /* __APPLE__ */
13 #endif