![]() |
CH4RG3
Török Attila Szoftver laboratórium 1 nagy házi feladata
|
Adatszerkezetek | |
struct | Profile |
struct | ProfileManager |
Függvények | |
ProfileManager * | profilemanager_create (void) |
int | profilemanager_get_num_profiles (void) |
Profile * | profilemanager_get_profile (int) |
void | profilemanager_select_profile (int) |
Profile * | profilemanager_get_selected_profile (void) |
int | profilemanager_get_selected_profile_num (void) |
int | profilemanager_unlock_level (int) |
Profile * | profilemanager_new_profile (sfUint32 *) |
void | profilemanager_delete_profile (int) |
void | profilemanager_save (void) |
void | profilemanager_destroy (ProfileManager *) |
ProfileManager* profilemanager_create | ( | void | ) |
void profilemanager_delete_profile | ( | int | ) |
void profilemanager_destroy | ( | ProfileManager * | ) |
int profilemanager_get_num_profiles | ( | void | ) |
Profile* profilemanager_get_profile | ( | int | ) |
Profile* profilemanager_get_selected_profile | ( | void | ) |
int profilemanager_get_selected_profile_num | ( | void | ) |
Profile* profilemanager_new_profile | ( | sfUint32 * | ) |
void profilemanager_save | ( | void | ) |
void profilemanager_select_profile | ( | int | ) |
int profilemanager_unlock_level | ( | int | ) |