diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 7020b8ec..7075ea16 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -605,6 +605,7 @@ void AddRemap(const char *oldShader, const char *newShader, float timeOff const char *BuildShaderStateConfig(); void G_TriggerMenu( int clientNum, dynMenu_t menu ); +void G_CloseMenus( int clientNum ); // // g_combat.c |