diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-10 12:43:56 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-10 12:43:56 -0600 |
commit | e2e30710a646965a506444cc0dc8a91e1a718002 (patch) | |
tree | 6df4da284837593cd11d09aedf5244b244cf6fac /src/gui/setup.h | |
parent | 17f9d5abcb05da185486ccfba293f3a8c9eab437 (diff) | |
download | mana-e2e30710a646965a506444cc0dc8a91e1a718002.tar.gz mana-e2e30710a646965a506444cc0dc8a91e1a718002.tar.bz2 mana-e2e30710a646965a506444cc0dc8a91e1a718002.tar.xz mana-e2e30710a646965a506444cc0dc8a91e1a718002.zip |
Remove some SetupWindow weirdness
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 075c88bf..919445b7 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -63,4 +63,6 @@ class Setup : public Window, public gcn::ActionListener gcn::Button *mResetWindows; }; +extern Setup* setupWindow; + #endif |