From cd2c4f5861c89f0925a1a706e38535d6c11cc3a0 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 13 Mar 2005 11:37:47 +0000 Subject: Converted ChatBox into a proper ChatWindow in response to changes by Chetic. --- src/engine.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/engine.h') diff --git a/src/engine.h b/src/engine.h index df25af69..6454e890 100644 --- a/src/engine.h +++ b/src/engine.h @@ -49,12 +49,12 @@ extern char speech[255]; extern char npc_text[1000]; extern char skill_points[10]; -extern ChatBox *chatBox; extern bool show_skill_dialog, show_skill_list_dialog; extern int show_npc_dialog; extern int map_x, map_y, camera_x, camera_y; extern char npc_button[10]; +extern ChatWindow *chatWindow; extern StatusWindow *statusWindow; extern BuyDialog *buyDialog; extern SellDialog *sellDialog; @@ -73,14 +73,6 @@ extern ChargeDialog* chargeDialog; char get_x_offset(char, char); char get_y_offset(char, char); -/** - * The action listener for the chat field. - */ -class ChatListener : public gcn::ActionListener { - public: - void action(const std::string& eventId); -}; - /** * Game engine that does the main drawing. */ -- cgit v1.2.3-60-g2f50