GUI: next steps invitation system

This commit is contained in:
doitux
2010-03-29 13:08:59 +00:00
parent 421761b0af
commit c5592c1ab8
12 changed files with 70 additions and 6 deletions
+5
View File
@@ -151,6 +151,11 @@ public:
void SignalLobbyPlayerKicked(const std::string &nickName, const std::string &byWhom, const std::string &reason);
void SignalLobbyPlayerLeft(unsigned playerId);
void SignalSelfGameInvitation(unsigned gameId, unsigned playerIdFrom);
void SignalPlayerGameInvitation(unsigned gameId, unsigned playerIdWho, unsigned playerIdFrom);
void SignalRejectedGameInvitation(unsigned gameId, unsigned playerIdWho, DenyGameInvitationReason reason);
private:
boost::shared_ptr<Session> mySession;