Changeset 5263 in orxonox.OLD for trunk/src/defs
- Timestamp:
- Sep 27, 2005, 12:33:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defs/glincl.h
r4381 r5263 2 2 \file glincl.h 3 3 \brief This file includes gl Headers. 4 4 5 5 no Class is defined here, but the opengl Headers 6 6 */ … … 10 10 11 11 #ifndef __APPLE__ 12 #include <GL/glew.h> 12 13 #include <GL/gl.h> 13 14 #include <GL/glu.h> 14 15 #else 16 #include <OpenGL/glew.h> 15 17 #include <OpenGL/gl.h> 16 18 #include <OpenGL/glu.h>
Note: See TracChangeset
for help on using the changeset viewer.