forked from len0rd/rockbox
Gigabeat gets rockblox ! Thanks to the RedZZR Gary Allen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11918 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
504c040c08
commit
d850db102f
5 changed files with 97 additions and 5 deletions
|
|
@ -29,5 +29,6 @@ struct highscore
|
|||
void highscore_init(struct plugin_api* newrb);
|
||||
int highscore_save(char *filename, struct highscore *scores, int num_scores);
|
||||
int highscore_load(char *filename, struct highscore *scores, int num_scores);
|
||||
int highscore_update(int score, int level, struct highscore *scores, int num_scores);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue