projects
/
ccbs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement a simple priority system.
[ccbs]
/
bigscreen
/
top10scorescreen.h
diff --git
a/bigscreen/top10scorescreen.h
b/bigscreen/top10scorescreen.h
index
143c291
..
2a32901
100644
(file)
--- a/
bigscreen/top10scorescreen.h
+++ b/
bigscreen/top10scorescreen.h
@@
-23,6
+23,7
@@
public:
bool check_invalidated();
void draw(unsigned char *buf);
+ int get_priority();
};
#endif /* !defined(_TOP10SCORESCREEN_H) */