#ifndef GL_WRAP_H #define GL_WRAP_H #ifdef __APPLE__ # include # include #else # include # include #endif #ifndef GLAPIENTRY #define GLAPIENTRY #endif #endif /* ! GL_WRAP_H */