Files
OpenSceneGraph/include/osg/GLU
Robert Osfield 2c6e85442b Integrated changes for MacOSX, submitted by Phil Atkin, with small mods by
Robert Osfield to maintain compatability under Linux.
2001-10-03 21:44:07 +00:00

11 lines
135 B
Plaintext

#ifndef OSG_GLU
#define OSG_GL 1
#ifdef __APPLE_CC__
#include <OpenGL/glu.h>
#else
#include <GL/glu.h>
#endif
#endif // __osgGL_h