UFO: Alien Invasion
Loading...
Searching...
No Matches
cp_employee_callbacks.h File Reference

Header file for menu callback functions used for hire/fire employee menu. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void E_InitCallbacks (void)
 Register UI callbacks.
void E_ShutdownCallbacks (void)
 Unregister UI callbacks.

Detailed Description

Header file for menu callback functions used for hire/fire employee menu.

Definition in file cp_employee_callbacks.h.

Function Documentation

◆ E_InitCallbacks()

void E_InitCallbacks ( void )

Register UI callbacks.

Definition at line 368 of file cp_employee_callbacks.cpp.

References cgi, and employeeCmds.

Referenced by E_InitStartup().

◆ E_ShutdownCallbacks()

void E_ShutdownCallbacks ( void )

Unregister UI callbacks.

Definition at line 376 of file cp_employee_callbacks.cpp.

References cgi, and employeeCmds.

Referenced by E_Shutdown().