Preparing game invitation.

This commit is contained in:
lotodore
2010-03-29 12:22:41 +00:00
parent 71402248c0
commit c761d10684
3 changed files with 14 additions and 1 deletions
+5 -1
View File
@@ -85,7 +85,11 @@ public:
void voteKick(bool doKick);
void selectServer(unsigned serverId);
void setLogin(const std::string &userName, const std::string &password, bool isGuest);
void invitePlayerToCurrentGame(unsigned playerId);
void acceptGameInvitation(unsigned gameId);
void rejectGameInvitation(unsigned gameId, DenyGameInvitationReason reason);
void resetNetworkTimeout();
bool isNetworkClientRunning() const; // TODO hack