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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/chat.h b/src/client/chat.h
index fa50e87..ca0ff72 100644
--- a/src/client/chat.h
+++ b/src/client/chat.h
@@ -10,6 +10,7 @@
#include <sstream>
#include <deque>
+#include "ui/iconbutton.h"
#include "ui/inputbox.h"
#include "ui/scrollpane.h"
#include "ui/window.h"
@@ -55,6 +56,10 @@ private:
bool chat_small;
ui::Text chat_log;
+
+ ui::Label *chat_titlelabel;
+ ui::IconButton *chat_closebutton;
+
ui::ScrollPane *chat_scrollpane;
ui::InputBox *chat_input;
ui::ListView *chat_playerlist;