shifting auxiliary function bitcount from Tools to CardsValue

This commit is contained in:
floty
2014-06-08 17:03:53 +02:00
parent 61bdbe8e06
commit 16f3f6ceb2
4 changed files with 22 additions and 22 deletions
+2
View File
@@ -58,6 +58,8 @@ public:
static int holeCardsToIntCode(int[2]);
static std::vector< std::vector<int> > calcCardsChance(GameState, int[2], int[5]);
static int bitcount(int in);
//static int** showdown(GameState, int**, int);
};