X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=score.h;h=2458135cb674f9acd2fad1193a2c7edd4e3574fb;hp=6473260478849a2f04bc49c32cdf8b253b1edf93;hb=HEAD;hpb=ed58924474e942f5ae72645ecb73897979107f39 diff --git a/score.h b/score.h index 6473260..2458135 100644 --- a/score.h +++ b/score.h @@ -37,7 +37,7 @@ void read_high_score_table(void); void write_high_score_table(void); int snprintscore(char *s, size_t n, int score); void show_score(void); -void display_scores(SDL_Surface *s, uint32_t x, uint32_t y); +void display_scores(uint32_t x, uint32_t y); int new_high_score(int score); int insert_score(int score); int process_score_input(SDL_keysym *key);