mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
decklist transfer code
This commit is contained in:
parent
63f9206eb4
commit
8dcf81654e
32 changed files with 694 additions and 260 deletions
|
|
@ -7,6 +7,7 @@ class Client;
|
|||
class CardDatabase;
|
||||
class GameEvent;
|
||||
class GameView;
|
||||
class DeckView;
|
||||
class GameScene;
|
||||
class Game;
|
||||
class CardInfoWidget;
|
||||
|
|
@ -30,12 +31,15 @@ private:
|
|||
QLineEdit *sayEdit;
|
||||
PhasesToolbar *phasesToolbar;
|
||||
GameScene *scene;
|
||||
GameView *view;
|
||||
GameView *gameView;
|
||||
DeckView *deckView;
|
||||
Game *game;
|
||||
ZoneViewLayout *zoneLayout;
|
||||
QAction *aCloseMostRecentZoneView;
|
||||
private slots:
|
||||
public:
|
||||
TabGame(Client *_client, int _gameId);
|
||||
void retranslateUi();
|
||||
void processGameEvent(GameEvent *event);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue