diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-21 05:02:44 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-21 05:02:44 (GMT) |
commit | e3ecf26d45afd3511634a7e5d9e0e569c038f915 (patch) | |
tree | 4b0bcea1ed940cad9a685c644b813a6a772c2207 /src/system-gl.h | |
parent | fc2d9341fac6948716b328b75f3366313bd2545a (diff) |
obj_rot + obj_trans -> Eigen::Vector. simplify glinfo dialog box.
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 |