Added some transitions.

This commit is contained in:
2021-09-26 16:45:27 -07:00
parent eb9c45826a
commit 32afdfa17f
17 changed files with 406 additions and 87 deletions

View File

@ -19,6 +19,8 @@
#define POKER_TURN_TYPE_CALL_ALL_IN 0x04
#define POKER_TURN_TYPE_CHECK 0x05
#define POKER_TURN_MAX_RAISES 0x02
/** The turn that a player/the AI decided to do for its turn */
typedef struct {
/** What type of action the turn is */