summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-14 10:21:50 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-14 10:21:50 -0600
commitb4befc985875588a4b454b112b8b79a94c26e5e6 (patch)
tree05f0d7cc50934b076e37fe005533cee1abf872f7 /src/gui/setup_video.h
parentd51d85d49eb0429ba170c13de4ee8b4c277b7937 (diff)
downloadmana-client-b4befc985875588a4b454b112b8b79a94c26e5e6.tar.gz
mana-client-b4befc985875588a4b454b112b8b79a94c26e5e6.tar.bz2
mana-client-b4befc985875588a4b454b112b8b79a94c26e5e6.tar.xz
mana-client-b4befc985875588a4b454b112b8b79a94c26e5e6.zip
Add more detail to DebugWindow
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r--src/gui/setup_video.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h
index 01b9cd4f..0bcdabbe 100644
--- a/src/gui/setup_video.h
+++ b/src/gui/setup_video.h
@@ -44,6 +44,10 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
/** Called when key is pressed */
void keyPressed(gcn::KeyEvent &event);
+ static const char *overlayDetailToString(int detail = -1);
+
+ static const char *particleDetailToString(int detail = -1);
+
private:
bool mFullScreenEnabled;
bool mOpenGLEnabled;