mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 13:03:55 -07:00
some cleanups and fixes
This commit is contained in:
parent
6ba2e98315
commit
564ae4db84
27 changed files with 371 additions and 206 deletions
|
|
@ -114,7 +114,6 @@ private:
|
|||
void actMoveToExile(CardItem *card);
|
||||
|
||||
int defaultNumberTopCards;
|
||||
int mulliganCards;
|
||||
QString name;
|
||||
int id;
|
||||
bool active;
|
||||
|
|
@ -188,7 +187,6 @@ public:
|
|||
bool getActive() const { return active; }
|
||||
void setActive(bool _active);
|
||||
|
||||
void prepareForGame();
|
||||
void processPlayerInfo(ServerInfo_Player *info);
|
||||
void processGameEvent(GameEvent *event);
|
||||
void sendGameCommand(GameCommand *command);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue