diff options
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r-- | src/graphic/graphic.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index c87cf3ca..0f6710f8 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -17,6 +17,8 @@ * You should have received a copy of the GNU General Public License * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id$ */ #ifndef _GRAPHIC_H @@ -62,13 +64,17 @@ extern InventoryWindow *inventoryWindow; extern NpcListDialog *npcListDialog; extern NpcTextDialog *npcTextDialog; -// The action listener for the chat field +/** + * The action listener for the chat field. + */ class ChatListener : public gcn::ActionListener { public: void action(const std::string& eventId); }; -// The action listener for the buy or sell dialog +/** + * The action listener for the buy or sell dialog. + */ class BuySellListener : public gcn::ActionListener { public: void action(const std::string& eventId); |