diff options
Diffstat (limited to 'src/gui/buysell.h')
-rw-r--r-- | src/gui/buysell.h | 5 |
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); |