diff options
author | Ira Rice <irarice@gmail.com> | 2009-03-14 22:03:30 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-14 22:03:30 -0600 |
commit | a9a1ed080289185cc5e71a127d7fdf35c920de8a (patch) | |
tree | 0c035f9bb4f0fb52196826683eda4fe0ff9b254c /src/gui/debugwindow.h | |
parent | 73fa81961d141b7592862a50993cd998fbd4de31 (diff) | |
download | mana-client-a9a1ed080289185cc5e71a127d7fdf35c920de8a.tar.gz mana-client-a9a1ed080289185cc5e71a127d7fdf35c920de8a.tar.bz2 mana-client-a9a1ed080289185cc5e71a127d7fdf35c920de8a.tar.xz mana-client-a9a1ed080289185cc5e71a127d7fdf35c920de8a.zip |
Exposed a few more windows to the reset button on the setup window.
These windows required an external declaration to reset.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/debugwindow.h')
-rw-r--r-- | src/gui/debugwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/debugwindow.h b/src/gui/debugwindow.h index 95e8b5e4..c82521f9 100644 --- a/src/gui/debugwindow.h +++ b/src/gui/debugwindow.h @@ -51,4 +51,6 @@ class DebugWindow : public Window gcn::Label *mParticleCountLabel; }; +extern DebugWindow *debugWindow; + #endif |