Last change
on this file since 4844 was
4381,
checked in by bensch, 19 years ago
|
orxonox/trunk: made include more local. stdincl.h not in base_object.h anymore
|
File size:
297 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 | |
---|
| 11 | #ifndef __APPLE__ |
---|
| 12 | #include <GL/gl.h> |
---|
| 13 | #include <GL/glu.h> |
---|
| 14 | #else |
---|
| 15 | #include <OpenGL/gl.h> |
---|
| 16 | #include <OpenGL/glu.h> |
---|
| 17 | #endif |
---|
| 18 | |
---|
| 19 | #endif /* _GLINCL_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.