istereo

view 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 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