implement short version of new cards value function; reimplement calc cards chance with new short cards value function

This commit is contained in:
floty
2014-05-26 02:06:49 +02:00
parent 0f59c0ad57
commit 6dffbaeea5
3 changed files with 127 additions and 44 deletions
+1
View File
@@ -48,6 +48,7 @@ class CardsValue
{
public:
static int holeCardsClass(int, int);
static int cardsValueShort(int[4]);
static int cardsValue(int[4], int[4]);
static KickerValue determineKickerValue(int, int, int);
static int cardsValueOld(int[7], int[5]);