X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fgroupscreen.h;h=21ab17248e2bb4ab54056e9778d12a63f3d422a2;hp=3d24403443e6aa0b957a02ee9aa73abd3f3fdd5f;hb=876c65c3f4f828a54fa8041f5d68e3c4cae1d463;hpb=f299b49249d2f2499a30e9d31373c9bb946d2555 diff --git a/bigscreen/groupscreen.h b/bigscreen/groupscreen.h index 3d24403..21ab172 100644 --- a/bigscreen/groupscreen.h +++ b/bigscreen/groupscreen.h @@ -14,7 +14,7 @@ /* A screen class showing a group in the tournament */ class GroupScreen : public GenericScreen { private: - unsigned tournament, round, parallel; + unsigned tournament, round, parallel, machine, num_machines; FlagTrigger scores_changed; pqxx::connection &conn; bool valid; @@ -22,7 +22,7 @@ private: std::vector last_text; public: - GroupScreen(pqxx::connection &conn, unsigned tournament, unsigned round, unsigned parallel); + GroupScreen(pqxx::connection &conn, unsigned tournament, unsigned round, unsigned parallel, unsigned machine, unsigned num_machines); virtual ~GroupScreen(); bool check_invalidated();