#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(bool dumpall); bool report_glerror(const char * function); #endif