Some header file changes.
This commit is contained in:
@@ -74,8 +74,8 @@ public:
|
||||
void setMinimumRaise ( int theValue );
|
||||
int getMinimumRaise() const;
|
||||
|
||||
void setFullBetRule ( bool theValue );
|
||||
bool getFullBetRule() const;
|
||||
void setFullBetRule ( bool theValue );
|
||||
bool getFullBetRule() const;
|
||||
|
||||
void skipFirstRunGui();
|
||||
|
||||
@@ -110,7 +110,7 @@ private:
|
||||
int smallBlind;
|
||||
|
||||
int minimumRaise;
|
||||
bool fullBetRule;
|
||||
bool fullBetRule;
|
||||
|
||||
int lastActionPlayer;
|
||||
};
|
||||
|
||||
@@ -84,8 +84,8 @@ class ClientHand : public HandInterface
|
||||
void setLastPlayersTurn ( int theValue );
|
||||
int getLastPlayersTurn() const;
|
||||
|
||||
void setLastActionPlayer ( unsigned theValue );
|
||||
unsigned getLastActionPlayer() const;
|
||||
void setLastActionPlayer ( unsigned theValue );
|
||||
unsigned getLastActionPlayer() const;
|
||||
|
||||
void setCardsShown ( bool theValue );
|
||||
bool getCardsShown() const;
|
||||
|
||||
Reference in New Issue
Block a user