From e55638d081e2e1ff6fbc06e0e8ac0381a04308e7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 15 Sep 2010 21:29:18 +0000 Subject: updated comments, updated buy menu, info support for map window, added const to target selection --- src/client/chat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/chat.h') diff --git a/src/client/chat.h b/src/client/chat.h index 41837c5..61f5bd1 100644 --- a/src/client/chat.h +++ b/src/client/chat.h @@ -48,6 +48,10 @@ private: ui::Text chat_log; ui::ScrollPane *chat_scrollpane; + + ui::Text chat_players; + ui::ScrollPane *chat_playerpane; + ui::InputBox *chat_input; typedef std::deque History; -- cgit v1.2.3