X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=score.h;h=6473260478849a2f04bc49c32cdf8b253b1edf93;hp=b64e1192bfc80b56ad7560362fe8b44e0a1cd8d7;hb=1d9107a3d43b3f57087edee14f1eaf7c1f3db54e;hpb=f1768e98ddbe134b9f6fd6056caf2393b666bb5a diff --git a/score.h b/score.h index b64e119..6473260 100644 --- a/score.h +++ b/score.h @@ -40,6 +40,6 @@ void show_score(void); void display_scores(SDL_Surface *s, uint32_t x, uint32_t y); int new_high_score(int score); int insert_score(int score); -int process_score_input(void); +int process_score_input(SDL_keysym *key); #endif // VOR_SCORE_H