glviewvol

view src/opengl.h @ 8:fb6d93471352

main thing done
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 30 Dec 2014 20:03:32 +0200
parents
children 773f89037a35
line source
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
4 #include <GL/glew.h>
6 #ifdef __APPLE__
7 #include <OpenGL/gl.h>
8 #else
10 #ifdef WIN32
11 #include <windows.h>
12 #endif
14 #include <GL/gl.h>
15 #endif
17 #endif /* OPENGL_H_ */