calcHandsChance

This commit is contained in:
floty
2008-10-17 09:48:37 +00:00
parent 716e45c881
commit 77a66b310d
7 changed files with 1140 additions and 257 deletions
+1 -4
View File
@@ -20,13 +20,10 @@
#ifndef TOOLS_H
#define TOOLS_H
#include "game_defs.h"
#include "cardsvalue.h"
class Tools{
public:
static void getRandNumber(int, int, int, int*, bool, int* = 0);
static int* calcCardsChance(GameState, int*, int*);
};
#endif