mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
add player numbers to in game (#2435)
This commit is contained in:
parent
12539026c5
commit
c850ae98d8
2 changed files with 10 additions and 1 deletions
|
|
@ -237,6 +237,7 @@ public:
|
|||
TabGame(TabSupervisor *_tabSupervisor, GameReplay *replay);
|
||||
~TabGame();
|
||||
void retranslateUi();
|
||||
void updatePlayerListDockTitle();
|
||||
void closeRequest();
|
||||
const QMap<int, Player *> &getPlayers() const { return players; }
|
||||
CardItem *getCard(int playerId, const QString &zoneName, int cardId) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue