local time changes part 1

This commit is contained in:
Lily 2025-03-11 19:36:22 -04:00
parent 5238087ddf
commit 71fff5dbd0
No known key found for this signature in database
GPG key ID: D916CEDDF4F93CE7
6 changed files with 46 additions and 389 deletions

View file

@ -25,7 +25,9 @@ private:
Player *mulliganPlayer;
MessageContext currentContext;
QString messagePrefix, messageSuffix;
int *elapsedSeconds;
const QString getCurrentTime();
const QString &tableConstant() const;
const QString &graveyardConstant() const;
const QString &exileConstant() const;
@ -102,7 +104,7 @@ public slots:
public:
void connectToPlayer(Player *player);
MessageLogWidget(TabSupervisor *_tabSupervisor, TabGame *_game, QWidget *parent = nullptr);
MessageLogWidget(TabSupervisor *_tabSupervisor, TabGame *_game, int *elapsedSeconds, QWidget *parent = nullptr);
};
#endif