Integrated changes for MacOSX, submitted by Phil Atkin, with small mods by
Robert Osfield to maintain compatability under Linux.
This commit is contained in:
10
include/osgGLUT/glut
Normal file
10
include/osgGLUT/glut
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef OSG_GLU
|
||||
#define OSG_GL 1
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include </System/Library/Frameworks/GLUT.Framework/Versions/A/Headers/glut.h>
|
||||
#else
|
||||
#include <GL/glut.h>
|
||||
#endif
|
||||
|
||||
#endif // __osgGL_h
|
||||
Reference in New Issue
Block a user