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.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h
index 747066a7..197c1a2b 100644
--- a/src/gui/buysell.h
+++ b/src/gui/buysell.h
@@ -1,9 +1,8 @@
/*
- * Aethyra
+ * The Mana World
* Copyright (C) 2004 The Mana World Development Team
*
- * This file is part of Aethyra based on original code
- * from The Mana World.
+ * This file is part of The Mana World.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -46,6 +45,11 @@ class BuySellDialog : public Window, public gcn::ActionListener
BuySellDialog(Network *network);
/**
+ * Check for current NPC
+ */
+ void logic();
+
+ /**
* Called when receiving actions from the widgets.
*/
void action(const gcn::ActionEvent &event);