add player numbers to in game (#2435)

This commit is contained in:
Zach H 2017-03-04 11:03:39 -05:00 committed by GitHub
parent 12539026c5
commit c850ae98d8
2 changed files with 10 additions and 1 deletions

View file

@ -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;