Split out dealer tests.

This commit is contained in:
2021-10-14 23:05:48 -07:00
parent 383c7101e7
commit 5a2e06cf6f
8 changed files with 315 additions and 290 deletions

View File

@ -59,8 +59,6 @@ int32_t pokerBetGetCurrentCallValue(poker_t *poker) {
return call;
}
//eh
int32_t pokerPlayerGetCallBet(poker_t *poker, pokerplayer_t *player) {
return pokerBetGetCurrentCallValue(poker) - player->currentBet;