X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fgroupscreen.h;h=38ab516dbabb3d1aaf2e3146137395de30ff31b8;hp=b88debec24381e01b54c6218d6de2486f2c29b0f;hb=7d34d0b7a3c0af58545180d7a18e026e5403ba5d;hpb=b8e7570409d3dff7d17bb44da6e3ba8f5861ca29 diff --git a/bigscreen/groupscreen.h b/bigscreen/groupscreen.h index b88debe..38ab516 100644 --- a/bigscreen/groupscreen.h +++ b/bigscreen/groupscreen.h @@ -21,8 +21,10 @@ private: struct timeval last_updated; std::vector last_text; + unsigned get_show_players(const Group &group); void draw_main_heading(std::vector &td); void draw_column_headings(std::vector &td, const Group &group, const std::vector &colwidth); + void draw_scores(std::vector &td, const Group &group, const std::vector &colwidth); void find_column_widths(const Group &group, std::vector &colwidth); public: