summaryrefslogtreecommitdiffstats
path: root/src/client/clui/Client.hpp
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2020-12-11 18:57:13 +0000
committerJoursoir <chat@joursoir.net>2020-12-11 18:57:13 +0000
commit845c0262f4ab243748b085c2608c0e3e28799a0a (patch)
tree595625578dbbc3216e254564259a8d0b4ff9f32b /src/client/clui/Client.hpp
parent05750c44046f320109055aa5954ef0bbd977705f (diff)
downloadwant-chat-845c0262f4ab243748b085c2608c0e3e28799a0a.tar.gz
want-chat-845c0262f4ab243748b085c2608c0e3e28799a0a.tar.bz2
want-chat-845c0262f4ab243748b085c2608c0e3e28799a0a.zip
clui feature: handle players and online info from server, show it
Diffstat (limited to 'src/client/clui/Client.hpp')
-rw-r--r--src/client/clui/Client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/clui/Client.hpp b/src/client/clui/Client.hpp
index 5dbcfd6..20599f4 100644
--- a/src/client/clui/Client.hpp
+++ b/src/client/clui/Client.hpp
@@ -24,7 +24,7 @@ public:
~Client();
virtual void HandleActions();
- virtual void AddMessage(const char *msg, int type);
+ virtual void AddMessage(const char *msg, const char spec_char);
private:
void AddCharToBuffer(char ch);
void RemoveCharFromBuffer();