More code cleaning.

This commit is contained in:
2021-09-28 07:01:37 -07:00
parent fa54383d6f
commit 327db3557e
28 changed files with 85 additions and 390 deletions

View File

@ -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.