From 995a12fca267302d267ea59cf1c7c631b9e1075f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 8 Nov 2013 17:53:54 +0000 Subject: Updated inventory, chat, map and reputation windows. --- src/client/chat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/chat.h') diff --git a/src/client/chat.h b/src/client/chat.h index eaaed10..39b1a1a 100644 --- a/src/client/chat.h +++ b/src/client/chat.h @@ -62,6 +62,8 @@ private: ui::Label *chat_titlelabel; ui::IconButton *chat_closebutton; + ui::Widget *chat_pane_right; + ui::ScrollPane *chat_scrollpane; ui::InputBox *chat_input; ui::ListView *chat_playerlist; -- cgit v1.2.3