Adding some more discussion queues.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user