summaryrefslogtreecommitdiff
path: root/src/gui/buysell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/buysell.h')
-rw-r--r--src/gui/buysell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h
index 197c1a2b..4b137554 100644
--- a/src/gui/buysell.h
+++ b/src/gui/buysell.h
@@ -49,6 +49,8 @@ class BuySellDialog : public Window, public gcn::ActionListener
*/
void logic();
+ void setVisible(bool visible);
+
/**
* Called when receiving actions from the widgets.
*/
@@ -58,4 +60,6 @@ class BuySellDialog : public Window, public gcn::ActionListener
Network *mNetwork;
};
+extern BuySellDialog *buySellDialog;
+
#endif