Header file for menu callback functions used for hire/fire employee menu. More...
Go to the source code of this file.
Functions | |
void | E_InitCallbacks (void) |
void | E_ShutdownCallbacks (void) |
Header file for menu callback functions used for hire/fire employee menu.
Definition in file cp_employee_callbacks.h.
void E_InitCallbacks | ( | void | ) |
Definition at line 364 of file cp_employee_callbacks.c.
References Cmd_AddCommand(), E_ChangeName_f(), E_EmployeeDelete_f(), E_EmployeeHire_f(), E_EmployeeList_f(), E_EmployeeListScroll_f(), E_EmployeeSelect_f(), and E_UpdateGUICount_f().
Referenced by CP_AddCampaignCallbackCommands().
void E_ShutdownCallbacks | ( | void | ) |
Definition at line 377 of file cp_employee_callbacks.c.
References Cmd_RemoveCommand().
Referenced by CP_RemoveCampaignCallbackCommands().