shithub: qk1

ref: 8070f221ed04c1e5adf9e0c2475c8ddf80ef772e
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)
{
}