Console client: Several fixes and improvements (thanks to heyn).

This commit is contained in:
lotodore
2008-12-27 16:24:49 +00:00
parent ef8e277295
commit e4ead9e706
12 changed files with 91 additions and 21 deletions
+2 -1
View File
@@ -33,8 +33,9 @@ namespace pokerth_lib
void BigBlind(string name, uint blind);
void MyTurn(Hand.State state, uint highestSet, uint minimumRaise, uint money);
void PlayersTurn(Hand.State state, string player);
void ActionDone(string name, Hand.Action action, uint curBet);
void ActionDone(string name, Hand.Action action, uint curBet, uint money, List<string> nonFoldPlayers);
void ActionRejected();
void ShowPot(uint pot);
void ShowFlopCards(int[] cards);
void ShowTurnCards(int[] cards);
void ShowRiverCards(int[] cards);