5 #define MAX_NAME_LENGTH 10 28 Score(uint16_t score,
char *name, uint8_t name_length) : score(score), name_length(name_length), name(name) {};
71 void SaveScore(
Score &score);
90 uint8_t GetHighscores(uint8_t first,
Score ** &scores);
98 void ClearHighscores();
Score ** score
Definition: highscore.h:52
Represents a score.
Definition: highscore.h:23
void operator=(const Score &score)
Keeps track of the highscore and stores it to the EEPROM using Score objects.
Definition: highscore.h:15