This commit is contained in:
doitux
2007-01-14 13:23:04 +00:00
parent c198ff21a9
commit 34b33a16e7
14 changed files with 50 additions and 72 deletions
+3 -3
View File
@@ -62,10 +62,10 @@ public:
virtual void setStartCash(const int& theValue) =0;
virtual int getStartCash() const =0;
virtual void assignButtons();
virtual void assignButtons() =0;
virtual void highlightRoundLabel();
virtual void switchRounds();
virtual void highlightRoundLabel() =0;
virtual void switchRounds() =0;
};