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/buy.h | |
parent | 73fa81961d141b7592862a50993cd998fbd4de31 (diff) | |
download | mana-a9a1ed080289185cc5e71a127d7fdf35c920de8a.tar.gz mana-a9a1ed080289185cc5e71a127d7fdf35c920de8a.tar.bz2 mana-a9a1ed080289185cc5e71a127d7fdf35c920de8a.tar.xz mana-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/buy.h')
-rw-r--r-- | src/gui/buy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h index 9029fe9d..17ab6e19 100644 --- a/src/gui/buy.h +++ b/src/gui/buy.h @@ -117,4 +117,6 @@ class BuyDialog : public Window, public gcn::ActionListener, Uint32 mMaxItems; }; +extern BuyDialog *buyDialog; + #endif |