calcHandsChance

This commit is contained in:
floty
2008-10-16 20:10:48 +00:00
parent f1a9459fc6
commit 7f25130f66
5 changed files with 229 additions and 29 deletions
+3
View File
@@ -30,6 +30,9 @@ public:
int holeCardsClass(int, int);
int cardsValue(int*, int*);
int holeCardsToIntCode(int*);
int* intCodeToHoleCards(int);
};
#endif