diff options
Diffstat (limited to 'src/system-gl.h')
-rw-r--r-- | src/system-gl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/system-gl.h b/src/system-gl.h index d7de3c6..4a9474f 100644 --- a/src/system-gl.h +++ b/src/system-gl.h @@ -13,4 +13,10 @@ #endif #endif +#include <string> + +std::string glew_dump(); +std::string glew_extensions_dump(); +bool report_glerror(const char * function); + #endif |