Networking should mostly be working now. Some small issues concerning the display of pot/sets, and some delays are still needed.

This commit is contained in:
lotodore
2007-05-26 17:06:03 +00:00
parent 9c2d3a9723
commit 5cb5509dec
29 changed files with 901 additions and 295 deletions
+3 -1
View File
@@ -24,7 +24,7 @@ class FlopInterface{
public:
virtual ~FlopInterface();
virtual ~FlopInterface();
virtual void setPlayersTurn(const int& theValue) =0;
virtual int getPlayersTurn() const =0;
@@ -41,6 +41,8 @@ public:
virtual void setSmallBlind(const int& theValue) =0;
virtual int getSmallBlind() const =0;
virtual void resetFirstRun() =0;
virtual void flopRun() =0;
virtual void nextPlayer2() =0;