UFO: Alien Invasion
Loading...
Searching...
No Matches
cl_map_callbacks.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void MAP_InitCallbacks (void)
 Registers UI Callbacks for battlescape map selection.
void MAP_ShutdownCallbacks (void)
 Unregisters UI Callbacks of battlescape map selection.

Function Documentation

◆ MAP_InitCallbacks()

void MAP_InitCallbacks ( void )

Registers UI Callbacks for battlescape map selection.

Definition at line 258 of file cl_map_callbacks.cpp.

References Cmd_TableAddList(), and mapCallbacks.

Referenced by GAME_InitStartup().

◆ MAP_ShutdownCallbacks()

void MAP_ShutdownCallbacks ( void )

Unregisters UI Callbacks of battlescape map selection.

Definition at line 266 of file cl_map_callbacks.cpp.

References Cmd_TableRemoveList(), and mapCallbacks.

Referenced by GAME_Shutdown().