#ifndef SYSTEMGL_H_ #define SYSTEMGL_H_ #include void glew_dump(); bool report_glerror(const char *task); #endif