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

Header for client menu implementation. More...

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

Go to the source code of this file.

Functions

void CLMN_Init (void)
 Initialize the menu data hunk, add cvars and commands.
void CLMN_Shutdown (void)

Detailed Description

Header for client menu implementation.

Definition in file cl_menu.h.

Function Documentation

◆ CLMN_Init()

void CLMN_Init ( void )

Initialize the menu data hunk, add cvars and commands.

Note
This function is called once
See also
MN_Shutdown
CL_InitLocal

Definition at line 129 of file cl_menu.cpp.

References CL_LanguageInitMenu(), CL_TeamDefInitMenu(), CL_VideoInitMenu(), CLMN_InitKeyList_f(), CLMN_Mods_f(), Cmd_AddCommand(), GAME_InitUIData(), and IN_JoystickInitMenu().

Referenced by CL_InitAfter(), and UI_Restart_f().

◆ CLMN_Shutdown()

void CLMN_Shutdown ( void )

Definition at line 142 of file cl_menu.cpp.

References Cmd_RemoveCommand().

Referenced by CL_Shutdown(), and UI_Restart_f().