summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/highscore.h
diff options
context:
space:
mode:
authorSteve Gotthardt <gotthardt@rockbox.org>2007-01-05 16:32:20 +0000
committerSteve Gotthardt <gotthardt@rockbox.org>2007-01-05 16:32:20 +0000
commitd850db102f2fb8abad0c7c318015883125aab336 (patch)
tree54384e358fef0bf6edf6d5589f4299c9c71c270f /apps/plugins/lib/highscore.h
parent504c040c08af37c77f8834d88ec768cb985456e2 (diff)
downloadrockbox-d850db102f2fb8abad0c7c318015883125aab336.tar.gz
rockbox-d850db102f2fb8abad0c7c318015883125aab336.zip
Gigabeat gets rockblox ! Thanks to the RedZZR Gary Allen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11918 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/highscore.h')
-rw-r--r--apps/plugins/lib/highscore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/highscore.h b/apps/plugins/lib/highscore.h
index ff192137f3..ba7da241f1 100644
--- a/apps/plugins/lib/highscore.h
+++ b/apps/plugins/lib/highscore.h
@@ -29,5 +29,6 @@ struct highscore
29void highscore_init(struct plugin_api* newrb); 29void highscore_init(struct plugin_api* newrb);
30int highscore_save(char *filename, struct highscore *scores, int num_scores); 30int highscore_save(char *filename, struct highscore *scores, int num_scores);
31int highscore_load(char *filename, struct highscore *scores, int num_scores); 31int highscore_load(char *filename, struct highscore *scores, int num_scores);
32int highscore_update(int score, int level, struct highscore *scores, int num_scores);
32 33
33#endif 34#endif