engine 0.4 rev15 + gui
This commit is contained in:
+914
-1067
File diff suppressed because it is too large
Load Diff
@@ -109,9 +109,19 @@ public:
|
|||||||
void turnEngine();
|
void turnEngine();
|
||||||
void riverEngine();
|
void riverEngine();
|
||||||
|
|
||||||
|
void preflopEngine3();
|
||||||
|
void flopEngine3();
|
||||||
|
void turnEngine3();
|
||||||
|
void riverEngine3();
|
||||||
|
|
||||||
|
int preflopCardsValue(int*);
|
||||||
int flopCardsValue(int*);
|
int flopCardsValue(int*);
|
||||||
int turnCardsValue(int*);
|
int turnCardsValue(int*);
|
||||||
|
|
||||||
|
void readFile();
|
||||||
|
|
||||||
|
void evaluation(int, int, int);
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
HandInterface *actualHand;
|
HandInterface *actualHand;
|
||||||
@@ -129,7 +139,7 @@ private:
|
|||||||
// Laufvariablen
|
// Laufvariablen
|
||||||
int myCardsValueInt;
|
int myCardsValueInt;
|
||||||
int myBestHandPosition[5];
|
int myBestHandPosition[5];
|
||||||
double myHoleCardsValue;
|
double myOdds;
|
||||||
int myNiveau[3];
|
int myNiveau[3];
|
||||||
|
|
||||||
int myCards[2];
|
int myCards[2];
|
||||||
|
|||||||
Reference in New Issue
Block a user