mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 17:02:15 -07:00
Add method to increment all counters on cards on table
This commit is contained in:
parent
62c02e3fce
commit
1d20f0391a
2 changed files with 19 additions and 0 deletions
|
|
@ -420,6 +420,7 @@ public:
|
|||
AbstractCounter *addCounter(int counterId, const QString &name, QColor color, int radius, int value);
|
||||
void delCounter(int counterId);
|
||||
void clearCounters();
|
||||
void incrementAllCardCountersOnTable();
|
||||
|
||||
ArrowItem *addArrow(const ServerInfo_Arrow &arrow);
|
||||
ArrowItem *addArrow(int arrowId, CardItem *startCard, ArrowTarget *targetItem, const QColor &color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue