More refactoring.

This commit is contained in:
2021-09-18 23:21:18 -07:00
parent 45d06e310d
commit 8543d93c72
5 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,7 @@
#include "card.h"
#include "player.h"
#include "winner.h"
#include "poker.h"
/** Size of the FULL hand used to calculate a winning. */
#define POKER_WINNING_FULL_SIZE POKER_PLAYER_HAND+POKER_DEALER_HAND_SIZE