1 #ifndef INC_HIGHSCORE_H
2 #define INC_HIGHSCORE_H
3 
4 struct SDL_Surface;
5 
6 bool reportHighScore(SDL_Surface* surface, int speed);
7 
8 #endif
9