shithub: qk1

ref: 2eb12cbb704a50af2de2e064e6be56c8f5577028
dir: /in_null.c/

View raw version
#include "quakedef.h"

void
conscmd(void)
{
}

void
Sys_SendKeyEvents(void)
{
}

void
IN_Commands(void)
{
}

void
IN_Move(usercmd_t *cmd)
{
	USED(cmd);
}

void
IN_Grabm(int on)
{
	USED(on);
}

void
IN_Shutdown(void)
{
}

void
IN_Init(void)
{
}