summaryrefslogtreecommitdiff
path: root/src/gui/sell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/sell.h')
-rw-r--r--src/gui/sell.h4
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