#pragma once #ifndef NULLGL #include #ifdef __APPLE__ #include #else #include #include #endif #else // NULLGL #define GLint int #define GLuint unsigned int inline void glColor4fv( float *c ) {} #endif // NULLGL #include std::string glew_dump(); std::string glew_extensions_dump(); bool report_glerror(const char * function);