vector in cardsChance
This commit is contained in:
@@ -22,11 +22,8 @@
|
||||
|
||||
#include <core/loghelper.h>
|
||||
|
||||
#include<iostream>
|
||||
#include<vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class ArrayData{
|
||||
public:
|
||||
ArrayData();
|
||||
@@ -34,7 +31,7 @@ public:
|
||||
~ArrayData();
|
||||
|
||||
void getHandChancePreflop(int, int**);
|
||||
vector< vector<int> > getHandChancePreflop(int);
|
||||
std::vector< std::vector<int> > getHandChancePreflop(int);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user