calcCardsChance
This commit is contained in:
@@ -21,10 +21,11 @@
|
||||
#define TOOLS_H
|
||||
|
||||
#include "game_defs.h"
|
||||
#include "cardsvalue.h"
|
||||
|
||||
class Tools{
|
||||
public:
|
||||
static void getRandNumber(int, int, int, int*, bool);
|
||||
static void getRandNumber(int, int, int, int*, bool, int* = 0);
|
||||
static int* calcCardsChance(GameState, int*, int*);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user