calcHandsChance

This commit is contained in:
floty
2008-10-17 09:48:37 +00:00
parent 716e45c881
commit 77a66b310d
7 changed files with 1140 additions and 257 deletions
+3
View File
@@ -20,6 +20,7 @@
#ifndef CARDSVALUE_H
#define CARDSVALUE_H
#include "game_defs.h"
class CardsValue{
public:
@@ -33,6 +34,8 @@ public:
int holeCardsToIntCode(int*);
int* intCodeToHoleCards(int);
int* calcCardsChance(GameState, int*, int*);
};
#endif