myBestHandPosition hinzugefügt

This commit is contained in:
floty
2007-01-28 00:17:49 +00:00
parent dd292e5da5
commit bb90e6a0bf
6 changed files with 222 additions and 35 deletions
+2
View File
@@ -63,6 +63,8 @@ public:
virtual void setMyCardsValueInt(const int& theValue) =0;
virtual int getMyCardsValueInt() const =0;
virtual int* getMyBestHandPosition() =0;
virtual void setMyRoundStartCash(const int& theValue) =0;
virtual int getMyRoundStartCash() const =0;