This commit is contained in:
2022-01-20 15:40:21 -08:00
parent a98bc52be0
commit ef6ab568e8
3 changed files with 38 additions and 15 deletions

View File

@@ -40,6 +40,12 @@
#define POKER_WINNING_CONFIDENCE_PAIR 200
#define POKER_WINNING_CONFIDENCE_HIGH_CARD 100
extern pokerplayerwinning_t POKER_WINNERS[POKER_PLAYER_COUNT_MAX];
extern uint8_t POKER_WINNER_PLAYERS[POKER_PLAYER_COUNT_MAX];
extern uint8_t POKER_WINNER_PARTICIPANTS[POKER_PLAYER_COUNT_MAX];
extern uint8_t POKER_WINNER_COUNT;
extern uint8_t POKER_WINNER_PARTICIPANT_COUNT;
/** Holds information about a player's winning state */
typedef struct {
/** The full set of both the dealer and player's hand */