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
+4
View File
@@ -28,6 +28,10 @@ public:
virtual void setHighestSet(int) =0;
virtual int getHighestSet() const =0;
virtual void setHighestCardsValue(int theValue) =0;
virtual void resetFirstRun() =0;
virtual int getHighestCardsValue() =0;
virtual void preflopRun() =0;
virtual void flopRun() =0;
virtual void turnRun() =0;