#ifndef GLUT_WRAP_H #define GLUT_WRAP_H #ifdef HAVE_FREEGLUT # include #elif defined __APPLE__ # include #else # include #endif #ifndef GLAPIENTRY #define GLAPIENTRY #endif #endif /* ! GLUT_WRAP_H */