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 9eeb530ac..02d628af0 100644 --- a/src/openglgraphics.h +++ b/src/openglgraphics.h @@ -131,6 +131,8 @@ class OpenGLGraphics : public Graphics void drawLineArrayf(int size); + static void dumpSettings(); + /** * Takes a screenshot and returns it as SDL surface. */ |