Header file for menu related console command callbacks. More...
Go to the source code of this file.
Functions | |
void | HOS_InitCallbacks (void) |
void | HOS_ShutdownCallbacks (void) |
Header file for menu related console command callbacks.
Definition in file cp_hospital_callbacks.h.
void HOS_InitCallbacks | ( | void | ) |
Definition at line 232 of file cp_hospital_callbacks.c.
References Cmd_AddCommand(), HOS_EmployeeInit_f(), HOS_Init_f(), HOS_ListClick_f(), HOS_ListDown_f(), and HOS_ListUp_f().
Referenced by CP_AddCampaignCallbackCommands().
void HOS_ShutdownCallbacks | ( | void | ) |
Definition at line 241 of file cp_hospital_callbacks.c.
References Cmd_RemoveCommand().
Referenced by CP_RemoveCampaignCallbackCommands().