gui cardchancemonitor

This commit is contained in:
doitux
2008-10-15 19:49:39 +00:00
parent d66a496115
commit d8e70d997d
5 changed files with 34 additions and 17 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
class Tools{
public:
static void getRandNumber(int, int, int, int*, bool);
static int* calcCardsChance(int*,int*,GameState);
static int* calcCardsChance(GameState, int*, int*);
};
#endif