summaryrefslogtreecommitdiff
path: root/src/openglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-03-02 01:45:23 +0300
committerAndrei Karas <akaras@inbox.ru>2012-03-02 01:45:23 +0300
commit13d827728ad47f6362258175ac1706ceb6bb8b8d (patch)
treebb8d175a03c8ec671737f247f4979e1921f4672c /src/openglgraphics.h
parent490862919d79369112c75955a9c36ff8a081efd3 (diff)
downloadplus-13d827728ad47f6362258175ac1706ceb6bb8b8d.tar.gz
plus-13d827728ad47f6362258175ac1706ceb6bb8b8d.tar.bz2
plus-13d827728ad47f6362258175ac1706ceb6bb8b8d.tar.xz
plus-13d827728ad47f6362258175ac1706ceb6bb8b8d.zip
Add opengl settings dump command.
Chat command: /dumpogl
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r--src/openglgraphics.h2
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.
*/