mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 00:53:55 -07:00
phase toolbar
This commit is contained in:
parent
0e4517bf63
commit
cb90463530
12 changed files with 146 additions and 81 deletions
|
|
@ -49,6 +49,7 @@ private:
|
|||
int defaultNumberTopCards;
|
||||
QString name;
|
||||
int id;
|
||||
bool active;
|
||||
QPointF base;
|
||||
bool local;
|
||||
ZoneList zones;
|
||||
|
|
@ -68,6 +69,8 @@ public:
|
|||
void gameEvent(const ServerEventData &event);
|
||||
CardDatabase *getDb() const { return db; }
|
||||
void showCardMenu(const QPoint &p);
|
||||
bool getActive() const { return active; }
|
||||
void setActive(bool _active);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue