X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fgroupscreen.h;fp=bigscreen%2Fgroupscreen.h;h=d7b3761e93de9e9b22818bec8026ddc0cf0760db;hp=a2b0db111335f64d2cba8917778ab6385de1e5f9;hb=3db3afdf96b85a9eeaef00167b434b9ace23be17;hpb=8e632531fde7c8197a7cdba1842838fa50a44626 diff --git a/bigscreen/groupscreen.h b/bigscreen/groupscreen.h index a2b0db1..d7b3761 100644 --- a/bigscreen/groupscreen.h +++ b/bigscreen/groupscreen.h @@ -32,6 +32,9 @@ private: void draw_next_up_single(unsigned char *buf, const Group &group, std::map &song_scores, std::map &player_scores, const std::vector &max_score, const std::vector &min_score); + void draw_next_up_versus(unsigned char *buf, const Group &group, + std::map &song_scores, std::map &player_scores, + const std::vector &max_score, const std::vector &min_score); void find_column_widths(const Group &group, std::vector &colwidth); public: