Added functionality in game

This commit is contained in:
Matt Lowe 2015-01-19 21:29:15 +01:00
parent 041e91412d
commit 222105be61
2 changed files with 8 additions and 0 deletions

View file

@ -195,6 +195,8 @@ private slots:
void actPhaseAction();
void actNextPhase();
void actNextTurn();
void addMentionTag(QString value);
public:
TabGame(TabSupervisor *_tabSupervisor, QList<AbstractClient *> &_clients, const Event_GameJoined &event, const QMap<int, QString> &_roomGameTypes);
TabGame(TabSupervisor *_tabSupervisor, GameReplay *replay);