mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
unimportant changes
This commit is contained in:
parent
4054afc759
commit
7f659573bc
21 changed files with 89 additions and 51 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include <QString>
|
||||
|
||||
class Card;
|
||||
class Random;
|
||||
class AbstractRNG;
|
||||
|
||||
class PlayerZone {
|
||||
private:
|
||||
|
|
@ -52,7 +52,7 @@ public:
|
|||
|
||||
QList<Card *> cards;
|
||||
void insertCard(Card *card, int x, int y);
|
||||
void shuffle(Random *rnd);
|
||||
void shuffle(AbstractRNG *rnd);
|
||||
void clear();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue