summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/highscore.h
diff options
context:
space:
mode:
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