snek_vs_snacc/endscreen.h

9 lines
138 B
C

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