#ifndef OPENGL_H #define OPENGL_H #if defined(__unix__) && !defined(__ANDROID__) #define GL_GLEXT_PROTOTYPES #include #endif // __unix__ #if __ANDROID__ #define GL_GLEXT_PROTOTYPES #include #endif #if defined(_WIN64) || defined(_WIN32) #include #endif // defined #endif // OPENGL_H