Fixed GUI refresh. Added calls to setHighestSet.

This commit is contained in:
lotodore
2007-05-24 23:38:40 +00:00
parent c37cafbf70
commit e8d7009106
5 changed files with 182 additions and 26 deletions
+6
View File
@@ -31,6 +31,7 @@
class ClientThread;
class ClientCallback;
class ResolverThread;
class Game;
class ClientState
{
@@ -235,6 +236,11 @@ protected:
// Protected constructor - this is a singleton.
ClientStateRunHand();
static int GetHighestSet(Game &curGame);
static void SetHighestSet(Game &curGame, int highestSet);
static int GetPlayersTurn(Game &curGame);
static void SetPlayersTurn(Game &curGame, int playersTurn);
};
// State: Final (TODO).