Preparing network functions to let a player show his cards.

This commit is contained in:
lotodore
2010-07-15 21:55:52 +00:00
parent 6ece570a06
commit 79e7a47343
7 changed files with 111 additions and 10 deletions
+1
View File
@@ -78,6 +78,7 @@ public:
void SendResetTimeout();
void SendAskKickPlayer(unsigned playerId);
void SendVoteKick(bool doKick);
void SendShowMyCards();
void SendInvitePlayerToCurrentGame(unsigned playerId);
void SendRejectGameInvitation(unsigned gameId, DenyGameInvitationReason reason);