X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=score.h;fp=score.h;h=2ca4cb7094b70af66820e350e43f2da2673a4388;hp=077803303abe9a3a236171673267970c39f2d431;hb=45925ff114a17b9c1c0a720ff668e2cb795cd761;hpb=0978da8f14d855eecae9882b559d6e8b0533e78e diff --git a/score.h b/score.h index 0778033..2ca4cb7 100644 --- a/score.h +++ b/score.h @@ -36,7 +36,7 @@ extern struct highscore g_scores[N_SCORES]; void read_high_score_table(void); void write_high_score_table(void); int snprintscore(char *s, size_t n, int score); -int snprintscore_line(char *s, size_t n, int score); +void show_score(void); void display_scores(SDL_Surface *s, uint32_t x, uint32_t y); int new_high_score(int score); int process_score_input(void);