]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Removed an error when compiling with MSVC
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 12 Jun 2002 12:22:48 +0000 (12:22 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 12 Jun 2002 12:22:48 +0000 (12:22 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1946 d7cf8633-e32d-0410-b094-e92efae38249

sys_win.c

index f239daf6b0aeb957b4f54f77f1e793c9da276b77..7ec988cc567c47ea94df7c8648a69db1c60276b5 100644 (file)
--- 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;