calcHandsChance
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user