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

Függvények

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

Változók

static ProfileManagerstatic_pm_ptr = 0

Függvények dokumentációja

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)

Változók dokumentációja

ProfileManager* static_pm_ptr = 0
static