endscreen.h 138 B

123456789
  1. #ifndef _ENDSCREEN_H_
  2. #define _ENDSCREEN_H_
  3. #define HIGHSCORE_FILE "./highscores.txt"
  4. void display_endscreen(int currentScore);
  5. #endif