mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
avatar changes
This commit is contained in:
parent
28a77f10e4
commit
2f422f5a20
6 changed files with 29 additions and 19 deletions
|
|
@ -43,6 +43,7 @@ class TabGame;
|
|||
class DeckList;
|
||||
class QVBoxLayout;
|
||||
class QHBoxLayout;
|
||||
class ServerInfo_User;
|
||||
|
||||
class ReadyStartButton : public QPushButton {
|
||||
Q_OBJECT
|
||||
|
|
@ -111,7 +112,7 @@ private:
|
|||
QMenu *playersMenu;
|
||||
QAction *aConcede, *aLeaveGame, *aNextPhase, *aNextTurn, *aRemoveLocalArrows;
|
||||
|
||||
Player *addPlayer(int playerId, const QString &playerName);
|
||||
Player *addPlayer(int playerId, ServerInfo_User *info);
|
||||
|
||||
void startGame();
|
||||
void stopGame();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue