showdown beginning

This commit is contained in:
floty
2008-10-20 20:08:18 +00:00
parent 1c5e5767da
commit 030fd6a8c5
3 changed files with 21 additions and 1 deletions
+2
View File
@@ -22,6 +22,7 @@
#include "game_defs.h"
#include "arraydata.h"
#include "tools.h"
class CardsValue{
public:
@@ -36,6 +37,7 @@ public:
int* intCodeToHoleCards(int);
int** calcCardsChance(GameState, int*, int*);
int** showdown(GameState, int**, int);
};