X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bigscreen%2Ftop10scorescreen.h;h=439bfebddc87e2d5a7540a8d075b157fe8ae080f;hb=405a983fa5d81d4ea5efdf13fa43dbe14a6d8a87;hp=143c291a97da62303f66cc7c2c01f38d017fcb14;hpb=0e17c7dcfd783acd4792c392c347e5e523757de3;p=ccbs diff --git a/bigscreen/top10scorescreen.h b/bigscreen/top10scorescreen.h index 143c291..439bfeb 100644 --- a/bigscreen/top10scorescreen.h +++ b/bigscreen/top10scorescreen.h @@ -22,7 +22,8 @@ public: virtual ~Top10ScoreScreen(); bool check_invalidated(); - void draw(unsigned char *buf); + void draw(unsigned char *buf, unsigned width, unsigned height); + int get_priority(); }; #endif /* !defined(_TOP10SCORESCREEN_H) */