![]() |
CH4RG3
Török Attila Szoftver laboratórium 1 nagy házi feladata
|
Függvények | |
ProfileManager * | profilemanager_create (void) |
int | profilemanager_get_num_profiles (void) |
Profile * | profilemanager_get_profile (int l) |
void | profilemanager_select_profile (int l) |
Profile * | profilemanager_get_selected_profile (void) |
int | profilemanager_get_selected_profile_num (void) |
int | profilemanager_unlock_level (int l) |
Profile * | profilemanager_new_profile (sfUint32 *name) |
void | profilemanager_delete_profile (int n) |
void | profilemanager_save (void) |
void | profilemanager_destroy (ProfileManager *pm) |
Változók | |
static ProfileManager * | static_pm_ptr = 0 |
ProfileManager* profilemanager_create | ( | void | ) |
void profilemanager_delete_profile | ( | int | n | ) |
void profilemanager_destroy | ( | ProfileManager * | pm | ) |
int profilemanager_get_num_profiles | ( | void | ) |
Profile* profilemanager_get_profile | ( | int | l | ) |
Profile* profilemanager_get_selected_profile | ( | void | ) |
int profilemanager_get_selected_profile_num | ( | void | ) |
Profile* profilemanager_new_profile | ( | sfUint32 * | name | ) |
void profilemanager_save | ( | void | ) |
void profilemanager_select_profile | ( | int | l | ) |
int profilemanager_unlock_level | ( | int | l | ) |
|
static |