#ifndef OPENGL_H #define OPENGL_H #ifdef __unix__ #define GL_GLEXT_PROTOTYPES #include #endif #ifdef _WIN64 #include #endif #endif