shithub: qk1

ref: 955a62fe39dcc3c475e6a44d50e9f3f62a7b05aa
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)
{
}