X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fgroupscreen.h;h=3d24403443e6aa0b957a02ee9aa73abd3f3fdd5f;hp=72979750cd254550013d288a6125f952b79124a2;hb=88b3ef1f363e8181e7eb04e24f1646fe9782bb44;hpb=32d2a098bec8a1ace0f86f28110da45d060f8447 diff --git a/bigscreen/groupscreen.h b/bigscreen/groupscreen.h index 7297975..3d24403 100644 --- a/bigscreen/groupscreen.h +++ b/bigscreen/groupscreen.h @@ -1,6 +1,7 @@ #ifndef _GROUPSCREEN_H #define _GROUPSCREEN_H 1 +#include #include #include #include @@ -8,6 +9,7 @@ #include "screen.h" #include "flagtrigger.h" #include "group.h" +#include "fonts.h" /* A screen class showing a group in the tournament */ class GroupScreen : public GenericScreen { @@ -17,6 +19,7 @@ private: pqxx::connection &conn; bool valid; struct timeval last_updated; + std::vector last_text; public: GroupScreen(pqxx::connection &conn, unsigned tournament, unsigned round, unsigned parallel);