From: molivier Date: Wed, 12 Jun 2002 12:22:48 +0000 (+0000) Subject: Removed an error when compiling with MSVC X-Git-Tag: RELEASE_0_2_0_RC1~465 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c294ce3a35d87288b409172ca109a734cfadb21c;p=xonotic%2Fdarkplaces.git Removed an error when compiling with MSVC git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1946 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sys_win.c b/sys_win.c index f239daf6..7ec988cc 100644 --- a/sys_win.c +++ b/sys_win.c @@ -178,6 +178,8 @@ SYSTEM IO =============================================================================== */ +void SleepUntilInput (int time); + void Sys_Error (char *error, ...) { va_list argptr;