This commit is contained in:
doitux
2007-03-28 17:44:22 +00:00
parent 556eede4b9
commit db54e45739
11 changed files with 708 additions and 197 deletions
+3
View File
@@ -73,6 +73,9 @@ public:
virtual void setMyAverageSets(const int& theValue) =0;
virtual int getMyAverageSets() const =0;
virtual void setMyAggressive(const bool& theValue) =0;
virtual int getMyAggressive() const =0;
virtual void action() =0;