#ifndef _ENDSCREEN_H_ #define _ENDSCREEN_H_ #define HIGHSCORE_FILE "./highscores.txt" void display_endscreen(int currentScore); #endif