X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=score.h;h=2ca4cb7094b70af66820e350e43f2da2673a4388;hp=478afcad22aa46895abd38dbacbc858c7cf40328;hb=148882a3cc520f34616a1175ed157fe258d68dcc;hpb=6f82bba8833f187abebab53375ac87905487cf8c diff --git a/score.h b/score.h index 478afca..2ca4cb7 100644 --- a/score.h +++ b/score.h @@ -20,7 +20,7 @@ #define VOR_SCORE_H #include -#include +#include #include #define N_SCORES 8 @@ -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);