diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-18 14:20:14 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-18 14:20:14 -0600 |
commit | f64903f3f139ba83e94c6260c39f88b8d31b793b (patch) | |
tree | 39ab7a883bf8e3fb6e920ab47659086c96a6d139 /src/gui/sell.h | |
parent | 203e995140e710475e1d8a3b512c8fe16a1acd96 (diff) | |
download | mana-f64903f3f139ba83e94c6260c39f88b8d31b793b.tar.gz mana-f64903f3f139ba83e94c6260c39f88b8d31b793b.tar.bz2 mana-f64903f3f139ba83e94c6260c39f88b8d31b793b.tar.xz mana-f64903f3f139ba83e94c6260c39f88b8d31b793b.zip |
Fix up the NPC interraction widnows a bit
Diffstat (limited to 'src/gui/sell.h')
-rw-r--r-- | src/gui/sell.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/sell.h b/src/gui/sell.h index 3777b91e..3ae5e320 100644 --- a/src/gui/sell.h +++ b/src/gui/sell.h @@ -86,6 +86,8 @@ class SellDialog : public Window, gcn::ActionListener, gcn::SelectionListener */ void logic(); + void setVisible(bool visible); + private: /** * Updates the state of buttons and labels. @@ -112,4 +114,6 @@ class SellDialog : public Window, gcn::ActionListener, gcn::SelectionListener int mAmountItems; }; +extern SellDialog *sellDialog; + #endif |