]> git.sesse.net Git - ccbs/blobdiff - bigscreen/top10scorescreen.h
Let each screen get width and height in as a parameter on draw() instead of hardcodin...
[ccbs] / bigscreen / top10scorescreen.h
index 143c291a97da62303f66cc7c2c01f38d017fcb14..439bfebddc87e2d5a7540a8d075b157fe8ae080f 100644 (file)
@@ -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) */