summaryrefslogtreecommitdiff
path: root/src/gui/buysell.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-02-23 13:19:31 -0700
committerJared Adams <jaxad0127@gmail.com>2009-02-23 13:19:31 -0700
commitc54b987a4e4d28d35e8bafb03e1dba33b5fda4ab (patch)
treec3a69432b48708d351a02a7232acddee6a8ca6f5 /src/gui/buysell.h
parente01a1776f20a499003ae976e4b145a9c85f6a014 (diff)
downloadmana-client-c54b987a4e4d28d35e8bafb03e1dba33b5fda4ab.tar.gz
mana-client-c54b987a4e4d28d35e8bafb03e1dba33b5fda4ab.tar.bz2
mana-client-c54b987a4e4d28d35e8bafb03e1dba33b5fda4ab.tar.xz
mana-client-c54b987a4e4d28d35e8bafb03e1dba33b5fda4ab.zip
Hide the buy/sell dialogs when there is no NPC
Diffstat (limited to 'src/gui/buysell.h')
-rw-r--r--src/gui/buysell.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h
index e3cdc52a..754bb551 100644
--- a/src/gui/buysell.h
+++ b/src/gui/buysell.h
@@ -43,6 +43,11 @@ class BuySellDialog : public Window, public gcn::ActionListener
BuySellDialog();
/**
+ * Check for current NPC
+ */
+ void logic();
+
+ /**
* Called when receiving actions from the widgets.
*/
void action(const gcn::ActionEvent &event);