myBestHandPosition hinzugefügt

This commit is contained in:
floty
2007-01-28 00:17:49 +00:00
parent dd292e5da5
commit bb90e6a0bf
6 changed files with 222 additions and 35 deletions
+4
View File
@@ -74,6 +74,8 @@ public:
void setMyCardsValueInt(const int& theValue) { myCardsValueInt = theValue;}
int getMyCardsValueInt() const { return myCardsValueInt; }
int* getMyBestHandPosition() { return myBestHandPosition; }
void setMyRoundStartCash(const int& theValue) { myRoundStartCash = theValue;}
int getMyRoundStartCash() const { return myRoundStartCash; }
@@ -87,6 +89,7 @@ public:
void turnEngine();
void riverEngine();
@@ -106,6 +109,7 @@ private:
// Laufvariablen
int myCards[2];
int myCardsValueInt;
int myBestHandPosition[5];
int myCash;
int mySet;
int myAction; // 0 = none, 1 = fold, 2 = check, 3 = call, 4 = bet, 5 = raise, 6 = allin