Mulligan added to Client

This commit is contained in:
marcus 2009-10-19 17:52:42 +02:00
parent 30079a71ff
commit 5cf970f0f3
3 changed files with 96 additions and 55 deletions

View file

@ -42,6 +42,7 @@ public slots:
void actShuffle();
void actDrawCard();
void actDrawCards();
void actMuligan();
void actViewLibrary();
void actViewTopCards();
@ -58,7 +59,7 @@ private:
*aMoveGraveToTopLibrary, *aMoveGraveToBottomLibrary, *aMoveGraveToHand, *aMoveGraveToRfg,
*aMoveRfgToTopLibrary, *aMoveRfgToBottomLibrary, *aMoveRfgToHand, *aMoveRfgToGrave,
*aViewLibrary, *aViewTopCards, *aViewGraveyard, *aViewRfg, *aViewSideboard,
*aDrawCard, *aDrawCards, *aShuffle,
*aDrawCard, *aDrawCards, *aMulligan, *aShuffle,
*aUntapAll, *aRollDie, *aCreateToken;
int defaultNumberTopCards;
@ -66,6 +67,8 @@ private:
int id;
bool active;
bool local;
int cardsInHand;
QMap<QString, CardZone *> zones;
TableZone *table;