Quake II RTX doxygen  1.0 dev
null.c File Reference
#include "shared/shared.h"
#include "common/cvar.h"
#include "client/client.h"

Go to the source code of this file.

Functions

static void Key_Bind_Null_f (void)
 
void Key_Init (void)
 

Function Documentation

◆ Key_Bind_Null_f()

static void Key_Bind_Null_f ( void  )
static

Definition at line 26 of file null.c.

27 {
28 }

Referenced by Key_Init().

◆ Key_Init()

void Key_Init ( void  )

Definition at line 30 of file null.c.

31 {
34  Cmd_AddCommand("unbindall", Key_Bind_Null_f);
35 }
Cmd_AddCommand
void Cmd_AddCommand(const char *name, xcommand_t function)
Definition: cmd.c:1562
Key_Bind_Null_f
static void Key_Bind_Null_f(void)
Definition: null.c:26