CH4RG3
Török Attila Szoftver laboratórium 1 nagy házi feladata
profilemanager.h fájlreferencia

Adatszerkezetek

struct  Profile
struct  ProfileManager

Függvények

ProfileManagerprofilemanager_create (void)
int profilemanager_get_num_profiles (void)
Profileprofilemanager_get_profile (int)
void profilemanager_select_profile (int)
Profileprofilemanager_get_selected_profile (void)
int profilemanager_get_selected_profile_num (void)
int profilemanager_unlock_level (int)
Profileprofilemanager_new_profile (sfUint32 *)
void profilemanager_delete_profile (int)
void profilemanager_save (void)
void profilemanager_destroy (ProfileManager *)

Függvények dokumentációja

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  )