engine 0.4 rev16

This commit is contained in:
doitux
2007-03-30 13:03:04 +00:00
parent fd741792df
commit 73defd8fab
4 changed files with 20 additions and 8 deletions
+7
View File
@@ -108,6 +108,9 @@ public:
void setSBluff ( int theValue ) { sBluff = theValue; }
int getSBluff() const { return sBluff; }
void setSBluffStatus ( bool theValue ) { sBluffStatus = theValue; }
bool getSBluffStatus() const { return sBluffStatus; }
void action();
void preflopEngine();
@@ -127,6 +130,9 @@ public:
void readFile();
void evaluation(int, int);
@@ -164,6 +170,7 @@ private:
bool myAggressive[7];
int sBluff;
bool sBluffStatus;
};