Console client: Show cards and result at end of hand. All-in still not working.

This commit is contained in:
lotodore
2008-12-25 16:46:38 +00:00
parent 6797fa3f54
commit 4e6b9d9357
9 changed files with 278 additions and 5 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ namespace pokerth_lib
void ShowFlopCards(int[] cards);
void ShowTurnCards(int[] cards);
void ShowRiverCards(int[] cards);
void PlayerWinsHideCards(string name, uint moneyWon);
void EndOfHandShowCards(string name, int[] cards, int cardsValue, bool allIn);
void PlayerWins(string name, uint moneyWon);
void Error(string message);
}
}