mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
everything compiles again; enough for today
This commit is contained in:
parent
dd5ae4d74d
commit
cb0e4d07e4
29 changed files with 340 additions and 766 deletions
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
class GameScene;
|
||||
class Player;
|
||||
class ServerEventData;
|
||||
class CardDatabase;
|
||||
class DlgStartGame;
|
||||
class CardItem;
|
||||
|
|
@ -63,14 +62,14 @@ private slots:
|
|||
void actMoveToGraveyard(CardItem *card);
|
||||
void actMoveToExile(CardItem *card);
|
||||
|
||||
void gameEvent(const ServerEventData &msg);
|
||||
/* void gameEvent(const ServerEventData &msg);
|
||||
|
||||
void playerListReceived(QList<ServerPlayer> playerList);
|
||||
void cardListReceived(QList<ServerZoneCard> list);
|
||||
void zoneListReceived(QList<ServerZone> list);
|
||||
void counterListReceived(QList<ServerCounter> list);
|
||||
void arrowListReceived(QList<ServerArrow> list);
|
||||
|
||||
*/
|
||||
void readyStart();
|
||||
signals:
|
||||
void submitDecklist();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue