mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
small changes and initial commit for phases toolbar
This commit is contained in:
parent
938825f27b
commit
cd6c5108af
13 changed files with 274 additions and 172 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
class Game;
|
||||
class Player;
|
||||
class CardZone;
|
||||
|
||||
class MessageLogWidget : public QTextEdit {
|
||||
Q_OBJECT
|
||||
|
|
@ -28,7 +29,7 @@ private slots:
|
|||
void logShuffle(Player *player);
|
||||
void logRollDice(Player *player, int sides, int roll);
|
||||
void logDraw(Player *player, int number);
|
||||
void logMoveCard(Player *player, QString cardName, QString startZone, int oldX, QString targetZone, int newX);
|
||||
void logMoveCard(Player *player, QString cardName, CardZone *startZone, int oldX, CardZone *targetZone, int newX);
|
||||
void logCreateToken(Player *player, QString cardName);
|
||||
void logSetCardCounters(Player *player, QString cardName, int value, int oldValue);
|
||||
void logSetTapped(Player *player, QString cardName, bool tapped);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue