mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
improved counters
This commit is contained in:
parent
939ab62273
commit
3388804e8f
18 changed files with 158 additions and 80 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include "serverzonecard.h"
|
||||
#include "pendingcommand.h"
|
||||
#include <QTcpSocket>
|
||||
#include <QColor>
|
||||
|
||||
class QTimer;
|
||||
|
||||
|
|
@ -76,6 +77,7 @@ public:
|
|||
int setCardAttr(const QString &zone, int cardid, const QString &aname, const QString &avalue);
|
||||
int readyStart();
|
||||
int incCounter(const QString &counter, int delta);
|
||||
int addCounter(const QString &counter, QColor color, int value);
|
||||
int setCounter(const QString &counter, int value);
|
||||
int delCounter(const QString &counter);
|
||||
int setActivePlayer(int player);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue