engine 0.4 rev15 + gui

This commit is contained in:
doitux
2007-03-27 17:16:25 +00:00
parent 75eec30b32
commit b3afd51b3e
2 changed files with 1105 additions and 1248 deletions
File diff suppressed because it is too large Load Diff
+11 -1
View File
@@ -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];