Initial revision

This commit is contained in:
Joseph Carter 2000-05-10 11:29:38 +00:00
commit d859383680
169 changed files with 86447 additions and 0 deletions

29
source/in_null.c Normal file
View file

@ -0,0 +1,29 @@
// in_null.c -- for systems without a mouse
#include "quakedef.h"
void IN_Init (void)
{
}
void IN_Shutdown (void)
{
}
void IN_Commands (void)
{
}
void IN_Move (usercmd_t *cmd)
{
}
/*
===========
IN_ModeChanged
===========
*/
void IN_ModeChanged (void)
{
}