diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-14 10:21:50 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-14 10:21:50 -0600 |
commit | b4befc985875588a4b454b112b8b79a94c26e5e6 (patch) | |
tree | 05f0d7cc50934b076e37fe005533cee1abf872f7 /src/gui/setup_video.h | |
parent | d51d85d49eb0429ba170c13de4ee8b4c277b7937 (diff) | |
download | mana-b4befc985875588a4b454b112b8b79a94c26e5e6.tar.gz mana-b4befc985875588a4b454b112b8b79a94c26e5e6.tar.bz2 mana-b4befc985875588a4b454b112b8b79a94c26e5e6.tar.xz mana-b4befc985875588a4b454b112b8b79a94c26e5e6.zip |
Add more detail to DebugWindow
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 4 |
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; |