vector in cardsChance

This commit is contained in:
floty
2008-12-20 16:47:02 +00:00
parent 10624d5399
commit 7ba70be3ac
6 changed files with 106 additions and 53 deletions
+6
View File
@@ -22,6 +22,11 @@
#include <core/loghelper.h>
#include<iostream>
#include<vector>
using namespace std;
class ArrayData{
public:
ArrayData();
@@ -29,6 +34,7 @@ public:
~ArrayData();
void getHandChancePreflop(int, int**);
vector< vector<int> > getHandChancePreflop(int);
};
#endif