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/sell.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/sell.h')
-rw-r--r-- | src/gui/sell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/sell.h b/src/gui/sell.h index 3776477f..5fb94c4e 100644 --- a/src/gui/sell.h +++ b/src/gui/sell.h @@ -108,4 +108,6 @@ class SellDialog : public Window, gcn::ActionListener, gcn::SelectionListener int mAmountItems; }; +extern SellDialog *sellDialog; + #endif |