X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fgroupscreen.h;fp=bigscreen%2Fgroupscreen.h;h=09d8d978b039d8ea8e5c8407e45910922daf862f;hp=9c32629a7cbc60232a1b7f08d26a8448434df622;hb=11b5968454610745e6cd47fb71edea1218f835dd;hpb=ebac39647fc6d0005380d4b9ebd10f1157eb7fd1 diff --git a/bigscreen/groupscreen.h b/bigscreen/groupscreen.h index 9c32629..09d8d97 100644 --- a/bigscreen/groupscreen.h +++ b/bigscreen/groupscreen.h @@ -25,6 +25,7 @@ private: 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); + const Player *get_next_player(const Group &group); void draw_next_up_single(unsigned char *buf, const Group &group, const std::vector &colwidth, std::map &song_scores, std::map &player_scores, const std::vector &max_score, const std::vector &min_score);