diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 22:23:44 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 22:23:44 (GMT) |
commit | 561a7c7ca5239d4e8d6cf0005a085223d55dc2a2 (patch) | |
tree | 0d37992df500bdb10555142a3d86397b88a57160 | |
parent | f17a282220903d7bb494deae046d3e786ef6b1ca (diff) |
fixup bug
-rw-r--r-- | src/system-gl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/system-gl.h b/src/system-gl.h index d7de3c6..57e9080 100644 --- a/src/system-gl.h +++ b/src/system-gl.h @@ -13,4 +13,9 @@ #endif #endif +#include <string> + +std::string glew_dump(bool dumpall); +bool report_glerror(const char * function); + #endif |