Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/chat.h')
-rw-r--r--src/client/chat.h4
1 files changed, 4 insertions, 0 deletions
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<std::string> History;