Console client: Adding proper termination after the game. Adding missing source files.
This commit is contained in:
@@ -41,7 +41,8 @@ namespace pokerth_lib
|
||||
void ShowCards(string name, int[] cards);
|
||||
void EndOfHandShowCards(string name, int[] cards, int cardsValue, bool allIn);
|
||||
void HandResult();
|
||||
void PlayerWins(string name, uint moneyWon);
|
||||
void PlayerWinsHand(string name, uint moneyWon);
|
||||
void PlayerWinsGame(string name);
|
||||
void Error(string message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user