#ifndef SYSTEMGL_H_ #define SYSTEMGL_H_ #include #ifdef __APPLE__ #include #else #include #include #ifdef _WIN32 #include // For the CALLBACK macro #endif #endif #include std::string glew_dump(); std::string glew_extensions_dump(); bool report_glerror(const char * function); #endif