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