diff options
Diffstat (limited to 'src/system-gl.h')
-rw-r--r-- | src/system-gl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/system-gl.h b/src/system-gl.h index 57e9080..4a9474f 100644 --- a/src/system-gl.h +++ b/src/system-gl.h @@ -15,7 +15,8 @@ #include <string> -std::string glew_dump(bool dumpall); +std::string glew_dump(); +std::string glew_extensions_dump(); bool report_glerror(const char * function); #endif |