#define GL_GLEXT_PROTOTYPES #if defined(__EMSCRIPTEN__) #include #elif defined(__ANDROID__) && defined(ANDROID) #include #include #elif defined(__MACOS__) #define GL_SILENCE_DEPRECATION #include #else #include "glew/glew.h" #endif