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 -2
View File
@@ -27,8 +27,8 @@ public:
~CardsValue();
int holeCardsClass(int one, int two);
int cardsValue(int *cards);
int holeCardsClass(int, int);
int cardsValue(int*, int*);
};