diff options
Diffstat (limited to 'tests/fbo.h')
-rw-r--r-- | tests/fbo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fbo.h b/tests/fbo.h index 1ee9007..943862f 100644 --- a/tests/fbo.h +++ b/tests/fbo.h @@ -20,4 +20,6 @@ void fbo_delete(fbo_t *fbo); GLuint fbo_bind(fbo_t *fbo); void fbo_unbind(fbo_t *fbo); +bool REPORTGLERROR(const char * task); + #endif |