openscad/tests/system-gl.h

10 lines
128 B
C

#ifndef SYSTEMGL_H_
#define SYSTEMGL_H_
#include <GL/glew.h>
void glew_dump();
bool report_glerror(const char *task);
#endif