Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-11-08 17:53:54 +0000
committerStijn Buys <ingar@osirion.org>2013-11-08 17:53:54 +0000
commit995a12fca267302d267ea59cf1c7c631b9e1075f (patch)
tree41920a11a3963f0872eebb7b592259c8797c1bce /src/client/chat.h
parentbeefcbd30e5cb1b700c977090021cd4784989c1e (diff)
Updated inventory, chat, map and reputation windows.
Diffstat (limited to 'src/client/chat.h')
-rw-r--r--src/client/chat.h2
1 files changed, 2 insertions, 0 deletions
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;