more polymorphie steps for BeRo

This commit is contained in:
doitux
2007-08-05 13:07:23 +00:00
parent ce61172ab3
commit b68b8d48dd
29 changed files with 1736 additions and 41 deletions
+1
View File
@@ -43,6 +43,7 @@ public:
virtual TurnInterface* getTurn() const =0;
virtual RiverInterface* getRiver() const =0;
virtual GuiInterface* getGuiInterface() const =0;
virtual BeRoInterface* getCurrentBeRo() const =0;
virtual void setMyID(int theValue) =0;
virtual int getMyID() const =0;