Added a couple more discussion points.

This commit is contained in:
2021-08-29 16:46:03 -07:00
parent 6d2916b00e
commit 954b676f07
4 changed files with 28 additions and 1 deletions

View File

@ -21,6 +21,8 @@
#define POKER_DISCUSSION_REASON_PLAYER_CHECKING 0x05
#define POKER_DISCUSSION_REASON_PLAYER_CALLING 0x06
#define POKER_DISCUSSION_REASON_PLAYER_RAISING 0x07
#define POKER_DISCUSSION_REASON_FLOP 0x08
#define POKER_DISCUSSION_REASON_DEAL 0x09
typedef struct {
pokergame_t *poker;