calcCardsChance

This commit is contained in:
floty
2008-10-15 19:03:55 +00:00
parent 1451398331
commit d3aed3209d
2 changed files with 36 additions and 3 deletions
+2 -1
View File
@@ -20,11 +20,12 @@
#ifndef TOOLS_H
#define TOOLS_H
#include "game_defs.h"
class Tools{
public:
static void getRandNumber(int, int, int, int*, bool);
static double* calcCardsChance();
static int* calcCardsChance(int*,int*,GameState);
};
#endif