implement UI component

This commit is contained in:
Lily 2025-03-11 22:23:50 -04:00
parent a9d3e73c15
commit 1dade7b9f7
No known key found for this signature in database
GPG key ID: D916CEDDF4F93CE7
4 changed files with 36 additions and 27 deletions

View file

@ -26,6 +26,7 @@ private:
MessageContext currentContext;
QString messagePrefix, messageSuffix;
int *elapsedSeconds;
bool showInGameTime;
const QString getCurrentTime();
const QString &tableConstant() const;