lastMoneyWon

This commit is contained in:
floty
2007-10-29 22:26:50 +00:00
parent 70e2d5556f
commit 1a5a5600ce
6 changed files with 32 additions and 4 deletions
+3
View File
@@ -89,6 +89,9 @@ public:
virtual void setMyAverageSets(int theValue) =0;
virtual int getMyAverageSets() const =0;
virtual void setLastMoneyWon ( int theValue ) =0;
virtual int getLastMoneyWon() const =0;
virtual void setMyAggressive(bool theValue) =0;
virtual int getMyAggressive() const =0;