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, 0 insertions, 1 deletions
diff --git a/apps/plugins/lib/highscore.h b/apps/plugins/lib/highscore.h
index c3d806e746..db09172c7d 100644
--- a/apps/plugins/lib/highscore.h
+++ b/apps/plugins/lib/highscore.h
@@ -28,7 +28,6 @@ struct highscore
28 int level; 28 int level;
29}; 29};
30 30
31void highscore_init(const struct plugin_api* newrb);
32int highscore_save(char *filename, struct highscore *scores, int num_scores); 31int highscore_save(char *filename, struct highscore *scores, int num_scores);
33int highscore_load(char *filename, struct highscore *scores, int num_scores); 32int highscore_load(char *filename, struct highscore *scores, int num_scores);
34int highscore_update(int score, int level, struct highscore *scores, int num_scores); 33int highscore_update(int score, int level, struct highscore *scores, int num_scores);