mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
new code
This commit is contained in:
parent
6c93b1e9b7
commit
0d4717f40b
28 changed files with 591 additions and 375 deletions
|
|
@ -6,7 +6,6 @@
|
|||
#include "translation.h"
|
||||
#include "protocol_datastructures.h"
|
||||
|
||||
class Game;
|
||||
class Player;
|
||||
class CardZone;
|
||||
|
||||
|
|
@ -49,7 +48,7 @@ private slots:
|
|||
void logSetActivePhase(int phase);
|
||||
void msgAlert();
|
||||
public:
|
||||
void connectToGame(Game *game);
|
||||
void connectToPlayer(Player *player);
|
||||
MessageLogWidget(QWidget *parent = 0);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue