Refactoring some of the poker game logic again.
This commit is contained in:
@ -20,6 +20,9 @@
|
||||
typedef struct {
|
||||
/** Blinds */
|
||||
uint32_t blindSmall, blindBig;
|
||||
|
||||
/** For Betting round, which player is currently betting */
|
||||
uint8_t better;
|
||||
|
||||
/** Current pot of chips */
|
||||
uint32_t pot;
|
||||
|
Reference in New Issue
Block a user