More poker tests.
This commit is contained in:
@ -71,4 +71,5 @@ void pokerPlayerChipsAdd(poker2player_t *player, int32_t chips);
|
||||
void pokerPlayerDealAll(poker2_t *poker, uint8_t count);
|
||||
void pokerPlayerBetPot(
|
||||
poker2_t *poker, poker2pot_t *pot, uint8_t playerIndex, int32_t chips
|
||||
);
|
||||
);
|
||||
void pokerPlayerBet(poker2_t *poker, uint8_t playerIndex, int32_t chips);
|
Reference in New Issue
Block a user