Last change
on this file since 4236 was
3790,
checked in by bensch, 20 years ago
|
orxonox/trunk: merged the textEngine back into the trunk.
merged with command:
svn merge -r 3681:HEAD branches/textEngine/ trunk/
conflicts in:
world.cc/h orxonox.cc NEWS
changed in favor of the trunk
|
File size:
315 bytes
|
Rev | Line | |
---|
[3434] | 1 | /*! |
---|
| 2 | \file glincl.h |
---|
| 3 | \brief This file includes gl Headers. |
---|
| 4 | |
---|
| 5 | no Class is defined here, but the opengl Headers |
---|
| 6 | */ |
---|
| 7 | |
---|
| 8 | #ifndef _GLINCL_H |
---|
| 9 | #define _GLINCL_H |
---|
| 10 | |
---|
[3790] | 11 | #include <SDL.h> |
---|
| 12 | |
---|
[3434] | 13 | #ifndef __APPLE__ |
---|
| 14 | #include <GL/gl.h> |
---|
| 15 | #include <GL/glu.h> |
---|
| 16 | #else |
---|
| 17 | #include <OpenGL/gl.h> |
---|
| 18 | #include <OpenGL/glu.h> |
---|
| 19 | #endif |
---|
| 20 | |
---|
| 21 | #endif /* _GLINCL_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.