Some header file changes.

This commit is contained in:
lotodore
2011-01-03 20:23:34 +00:00
parent 969e7822f8
commit 6952ad8a70
10 changed files with 55 additions and 50 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ public:
void setMinimumRaise ( int theValue ) { minimumRaise = theValue; }
int getMinimumRaise() const { return minimumRaise; }
void setFullBetRule ( bool theValue ) { fullBetRule = theValue; }
bool getFullBetRule() const { return fullBetRule; }
void setFullBetRule ( bool theValue ) { fullBetRule = theValue; }
bool getFullBetRule() const { return fullBetRule; }
void skipFirstRunGui() { firstRunGui = false; }