ref: 6ec1defca988454ab5f0d4f98ea0a12c9e39a5f3
dir: /in_null.c/
#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) { }