X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ftop10scorescreen.h;h=439bfebddc87e2d5a7540a8d075b157fe8ae080f;hp=143c291a97da62303f66cc7c2c01f38d017fcb14;hb=09ae4d8636130d4c86ab3f8df8f823482f948f97;hpb=0e17c7dcfd783acd4792c392c347e5e523757de3 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) */