diff options
Diffstat (limited to 'apps/plugins/lib/highscore.h')
| -rw-r--r-- | apps/plugins/lib/highscore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/highscore.h b/apps/plugins/lib/highscore.h index ba7da24..b6501cf 100644 --- a/apps/plugins/lib/highscore.h +++ b/apps/plugins/lib/highscore.h @@ -26,7 +26,7 @@ struct highscore int level; }; -void highscore_init(struct plugin_api* newrb); +void highscore_init(const 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); |