diff options
Diffstat (limited to 'tests/system-gl.h')
-rw-r--r-- | tests/system-gl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/system-gl.h b/tests/system-gl.h index 0f983cf..bb41be5 100644 --- a/tests/system-gl.h +++ b/tests/system-gl.h @@ -3,4 +3,7 @@ #include <GL/glew.h> +void glew_dump(); +bool report_glerror(const char *task); + #endif |