#ifndef SYSTEMGL_H_ #define SYSTEMGL_H_ #include #include std::string glew_dump(bool dumpall=false); bool report_glerror(const char *task); #endif