mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -07:00
small cleanups
This commit is contained in:
parent
890740bcc9
commit
fa16d86283
27 changed files with 616 additions and 497 deletions
|
|
@ -4,11 +4,10 @@
|
|||
#include <QHash>
|
||||
#include <QStringList>
|
||||
#include "playerlist.h"
|
||||
#include "client.h"
|
||||
|
||||
class ServerPlayer;
|
||||
class GameScene;
|
||||
class Player;
|
||||
class Client;
|
||||
class ServerEventData;
|
||||
class CardDatabase;
|
||||
class DlgStartGame;
|
||||
|
|
@ -56,7 +55,7 @@ private slots:
|
|||
void actMoveToExile(CardItem *card);
|
||||
|
||||
void gameEvent(const ServerEventData &msg);
|
||||
void playerListReceived(QList<ServerPlayer *> playerList);
|
||||
void playerListReceived(QList<ServerPlayer> playerList);
|
||||
void readyStart();
|
||||
signals:
|
||||
void submitDecklist();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue