]> git.sesse.net Git - ccbs/blobdiff - bigscreen/groupscreen.h
More refactoring.
[ccbs] / bigscreen / groupscreen.h
index 2acb0325618fe6d30e6e651166ee164ec34a6991..38ab516dbabb3d1aaf2e3146137395de30ff31b8 100644 (file)
@@ -21,7 +21,10 @@ private:
        struct timeval last_updated;
        std::vector<TextDefer> last_text;
 
+       unsigned get_show_players(const Group &group);
        void draw_main_heading(std::vector<TextDefer> &td);
+       void draw_column_headings(std::vector<TextDefer> &td, const Group &group, const std::vector<unsigned> &colwidth);
+       void draw_scores(std::vector<TextDefer> &td, const Group &group, const std::vector<unsigned> &colwidth);
        void find_column_widths(const Group &group, std::vector<unsigned> &colwidth);
        
 public: