![]() |
CH4RG3
Török Attila Szoftver laboratórium 1 nagy házi feladata
|
Függvények | |
HighScoreManager * | highscoremanager_create (void) |
int | highscoremanager_get_num_highscores (void) |
HighScore * | highscoremanager_get_highscore (int l) |
void | highscoremanager_append_score (sfUint32 *name, int neg, int pos) |
void | highscoremanager_submit_score (sfUint32 *name, int neg, int pos) |
void | highscoremanager_save (void) |
void | highscoremanager_destroy (HighScoreManager *hsm) |
Változók | |
static HighScoreManager * | static_hsm_ptr = 0 |
void highscoremanager_append_score | ( | sfUint32 * | name, |
int | neg, | ||
int | pos | ||
) |
HighScoreManager* highscoremanager_create | ( | void | ) |
void highscoremanager_destroy | ( | HighScoreManager * | hsm | ) |
HighScore* highscoremanager_get_highscore | ( | int | l | ) |
int highscoremanager_get_num_highscores | ( | void | ) |
void highscoremanager_save | ( | void | ) |
void highscoremanager_submit_score | ( | sfUint32 * | name, |
int | neg, | ||
int | pos | ||
) |
|
static |