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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/chat.h b/src/client/chat.h
index ca0ff72..9b64297 100644
--- a/src/client/chat.h
+++ b/src/client/chat.h
@@ -45,6 +45,8 @@ protected:
virtual bool on_keypress(const int key, const unsigned int modifier);
+ virtual bool on_emit(ui::Widget *sender, const ui::Widget::Event event, void *data);
+
/**
* @brief set the chatbox prompt to 'say:' or 'command:' depending on the current input text.
*/