calcHandsChance

This commit is contained in:
floty
2008-10-17 10:58:03 +00:00
parent dae1eb1605
commit 9d77cbedeb
6 changed files with 43 additions and 22 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ public:
int holeCardsToIntCode(int*);
int* intCodeToHoleCards(int);
int* calcCardsChance(GameState, int*, int*);
int** calcCardsChance(GameState, int*, int*);
};