Rev | Line | |
---|
[3434] | 1 | /*! |
---|
| 2 | \file glincl.h |
---|
| 3 | \brief This file includes gl Headers. |
---|
[5263] | 4 | |
---|
[3434] | 5 | no Class is defined here, but the opengl Headers |
---|
| 6 | */ |
---|
| 7 | |
---|
| 8 | #ifndef _GLINCL_H |
---|
| 9 | #define _GLINCL_H |
---|
| 10 | |
---|
| 11 | #ifndef __APPLE__ |
---|
[5263] | 12 | #include <GL/glew.h> |
---|
[3434] | 13 | #include <GL/gl.h> |
---|
| 14 | #include <GL/glu.h> |
---|
| 15 | #else |
---|
[5279] | 16 | #include <GL/glew.h> |
---|
[3434] | 17 | #include <OpenGL/gl.h> |
---|
| 18 | #include <OpenGL/glu.h> |
---|
[7577] | 19 | |
---|
| 20 | //#include <OpenGL/glx.h> // GLX |
---|
| 21 | //#include <OpenGL/glext.h> //OpenGL Extensions |
---|
| 22 | //#include <OpenGL/glxext.h> // GLX Extensions |
---|
| 23 | |
---|
[3434] | 24 | #endif |
---|
| 25 | |
---|
| 26 | #endif /* _GLINCL_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.