Adding some more discussion queues.

This commit is contained in:
2021-08-29 13:51:23 -07:00
parent eed9941544
commit 6d2916b00e
5 changed files with 61 additions and 8 deletions

View File

@ -17,6 +17,10 @@
#define POKER_DISCUSSION_REASON_MATCH_START 0x01
#define POKER_DISCUSSION_REASON_ROUND_START 0x02
#define POKER_DISCUSSION_REASON_BLINDS_TAKEN 0x03
#define POKER_DISCUSSION_REASON_PLAYER_FOLDING 0x04
#define POKER_DISCUSSION_REASON_PLAYER_CHECKING 0x05
#define POKER_DISCUSSION_REASON_PLAYER_CALLING 0x06
#define POKER_DISCUSSION_REASON_PLAYER_RAISING 0x07
typedef struct {
pokergame_t *poker;