mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 00:53:57 -07:00
PB: everything compiles except for deck storage
This commit is contained in:
parent
695fde7541
commit
d5c628966f
51 changed files with 659 additions and 628 deletions
|
|
@ -96,7 +96,7 @@ public:
|
|||
void removeAttachedCard(CardItem *card) { attachedCards.removeAt(attachedCards.indexOf(card)); }
|
||||
const QList<CardItem *> &getAttachedCards() const { return attachedCards; }
|
||||
void resetState();
|
||||
void processCardInfo(ServerInfo_Card *info);
|
||||
void processCardInfo(const ServerInfo_Card &info);
|
||||
void updateCardMenu();
|
||||
|
||||
bool animationEvent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue