From: havoc Date: Sat, 28 Sep 2002 12:41:50 +0000 (+0000) Subject: needed one more prototype X-Git-Tag: RELEASE_0_2_0_RC1~179 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=a308444491ff5488c82a196a9810142a10b142e3 needed one more prototype git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2467 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/vid_wgl.c b/vid_wgl.c index d924b5e5..eb4ff770 100644 --- a/vid_wgl.c +++ b/vid_wgl.c @@ -234,6 +234,7 @@ static DIDATAFORMAT df = { void IN_StartupJoystick (void); void Joy_AdvancedUpdate_f (void); void IN_JoyMove (usercmd_t *cmd); +void IN_StartupMouse (void); /* ================