diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 03:33:28 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 03:33:28 (GMT) |
commit | eff16283358217b43b310269a72e0cb47357a8b3 (patch) | |
tree | 4852cb05e4a0bb380aa00dd91c6de5bd869a4ffd /src/QGLView.h | |
parent | 958657eb268dcb3a68ade22cb67bb0db108e71ad (diff) |
continue merging enable_opencsg_shaders
Diffstat (limited to 'src/QGLView.h')
-rw-r--r-- | src/QGLView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QGLView.h b/src/QGLView.h index de53779..77c5baf 100644 --- a/src/QGLView.h +++ b/src/QGLView.h @@ -38,6 +38,7 @@ public: void setOrthoMode(bool enabled) { this->orthomode = enabled; } std::string getRendererInfo() const; bool save(const char *filename); + void enable_opencsg_shaders(); public: QLabel *statusLabel; |