more polymorphie steps for BeRo (sry lotodore for last buggy rev)

This commit is contained in:
doitux
2007-08-05 23:57:16 +00:00
parent b68b8d48dd
commit e612b77b1b
18 changed files with 93 additions and 102 deletions
+12
View File
@@ -24,7 +24,19 @@ public:
~LocalBeRo();
int getMyBeRoID() const { return myBeRoID; }
int getHighestCardsValue() {}
void setHighestCardsValue(int theValue) {}
//only until bero refactory is over
void preflopRun() {}
void flopRun() {}
void riverRun() {}
void turnRun() {}
void postRiverRun() {}
void resetFirstRun() {}
protected:
int myBeRoID;