diff options
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; |