Implementing player list for new lobby chat.

This commit is contained in:
lotodore
2009-08-15 22:20:19 +00:00
parent 51d8883e88
commit a380497bc2
6 changed files with 48 additions and 8 deletions
+3
View File
@@ -145,6 +145,9 @@ public:
void SignalNetClientMsgBox(const std::string &msg);
void SignalIrcError(int errorCode);
void SignalIrcServerError(int errorCode);
void SignalLobbyPlayerJoined(unsigned playerId, const std::string &nickName);
void SignalLobbyPlayerKicked(const std::string &nickName, const std::string &byWhom, const std::string &reason);
void SignalLobbyPlayerLeft(unsigned playerId);
private: