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
@@ -87,6 +87,7 @@ public:
void kickPlayer(const std::string &playerName);
void startVoteKickPlayer(unsigned playerId);
void voteKick(bool doKick);
void showMyCards();
void selectServer(unsigned serverId);
void setLogin(const std::string &userName, const std::string &password, bool isGuest);