shithub: qk1

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