Changed networking code for new postRiverRun.

This commit is contained in:
lotodore
2007-08-22 23:00:51 +00:00
parent c44d14400a
commit dc0212bbc9
3 changed files with 6 additions and 2 deletions
@@ -33,6 +33,8 @@ LocalBeRoPostRiver::~LocalBeRoPostRiver()
{
}
void LocalBeRoPostRiver::run() {
}
void LocalBeRoPostRiver::postRiverRun() {
@@ -34,6 +34,8 @@ public:
void setHighestCardsValue(int theValue) { highestCardsValue = theValue;}
int getHighestCardsValue() const { return highestCardsValue;}
void run();
void postRiverRun();
void distributePot();