gui freeze

This commit is contained in:
doitux
2007-03-30 12:44:16 +00:00
parent 4633a0fdea
commit a00e3cde42
11 changed files with 342 additions and 233 deletions
+6
View File
@@ -105,6 +105,9 @@ public:
return sum;
}
void setSBluff ( int theValue ) { sBluff = theValue; }
int getSBluff() const { return sBluff; }
void action();
void preflopEngine();
@@ -124,6 +127,7 @@ public:
void readFile();
void evaluation(int, int);
private:
@@ -159,6 +163,8 @@ private:
int myAverageSets[4];
bool myAggressive[7];
int sBluff;
};
#endif