1
0
Fork 0
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:
Steve Gotthardt 2007-01-05 16:32:20 +00:00
parent 504c040c08
commit d850db102f
5 changed files with 97 additions and 5 deletions

View file

@ -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