More code cleaning.
This commit is contained in:
@ -12,6 +12,9 @@
|
||||
#include "../poker.h"
|
||||
#include "../turn.h"
|
||||
|
||||
/** How many cards the dealer should burn before dealing the flop */
|
||||
#define POKER_FLOP_BURN_COUNT 1
|
||||
|
||||
/**
|
||||
* Shorthand action callback parser. Takes the queue, action and the intended
|
||||
* turn count to complete the action.
|
||||
|
Reference in New Issue
Block a user