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
+3 -3
View File
@@ -39,9 +39,9 @@ public:
virtual PlayerInterface** getPlayerArray() const =0;
virtual BoardInterface* getBoard() const =0;
virtual BeRoInterface* getPreflop() const =0;
virtual FlopInterface* getFlop() const =0;
virtual TurnInterface* getTurn() const =0;
virtual RiverInterface* getRiver() const =0;
virtual BeRoInterface* getFlop() const =0;
virtual BeRoInterface* getTurn() const =0;
virtual BeRoInterface* getRiver() const =0;
virtual GuiInterface* getGuiInterface() const =0;
virtual BeRoInterface* getCurrentBeRo() const =0;