diff options
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r-- | src/openglgraphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h index 650ad668a..d602f3126 100644 --- a/src/openglgraphics.h +++ b/src/openglgraphics.h @@ -151,6 +151,8 @@ class OpenGLGraphics : public Graphics protected: void setTexturingAndBlending(bool enable); + void logString(char *format, GLenum num); + private: GLfloat *mFloatTexArray; GLint *mIntTexArray; |