First try of showing cards when everybody is all in.

This commit is contained in:
lotodore
2007-06-06 21:16:52 +00:00
parent e6305092ea
commit 8a22157cbd
8 changed files with 143 additions and 69 deletions
+1
View File
@@ -158,6 +158,7 @@ protected:
static void GameRun(Game &curGame);
static void SendNewRoundCards(ServerRecvThread &server, Game &curGame, int state);
static std::list<PlayerInterface *> GetActivePlayers(Game &curGame);
};
// State: Wait for a player action.