1#ifndef COCKATRICE_COMMANDER_BRACKET_WIDGET_H
2#define COCKATRICE_COMMANDER_BRACKET_WIDGET_H
6#include <QSharedPointer>
21 void setDeck(
const QSharedPointer<DeckList> &_deck);
34 QSharedPointer<DeckList>
deck;
Defines the DeckList class, which manages a full deck structure including cards, zones,...
Definition commander_spellbook_bracket_explainer.h:27
Definition commander_bracket_service.h:10