#include <Highscore.h>
Public Member Functions | |
Highscore (void) | |
void | Enter_highscore (int, string) |
bool | Check_score (int) |
~Highscore (void) | |
Public Attributes | |
int | score [10] |
string | names [10] |
Highscore::Highscore | ( | void | ) |
default constructor for the highscore
Highscore::~Highscore | ( | void | ) |
highscore destructor
void Highscore::Enter_highscore | ( | int | scoreIn, | |
string | nameIn | |||
) |
enter a highscore
bool Highscore::Check_score | ( | int | scoreIn | ) |
checking for a new highscore
int Highscore::score[10] |
string Highscore::names[10] |