calcCardsChance

This commit is contained in:
floty
2008-10-16 09:21:30 +00:00
parent d8e70d997d
commit 9fdd7805da
2 changed files with 72 additions and 32 deletions
+2 -1
View File
@@ -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*);
};