Add method to increment all counters on cards on table

This commit is contained in:
Paul Carroll 2025-07-29 14:49:28 -04:00
parent 62c02e3fce
commit 1d20f0391a
2 changed files with 19 additions and 0 deletions

View file

@ -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);