summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-10 12:43:56 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-10 12:43:56 -0600
commite2e30710a646965a506444cc0dc8a91e1a718002 (patch)
tree6df4da284837593cd11d09aedf5244b244cf6fac /src/gui/setup.h
parent17f9d5abcb05da185486ccfba293f3a8c9eab437 (diff)
downloadmana-client-e2e30710a646965a506444cc0dc8a91e1a718002.tar.gz
mana-client-e2e30710a646965a506444cc0dc8a91e1a718002.tar.bz2
mana-client-e2e30710a646965a506444cc0dc8a91e1a718002.tar.xz
mana-client-e2e30710a646965a506444cc0dc8a91e1a718002.zip
Remove some SetupWindow weirdness
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h2
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