summaryrefslogtreecommitdiff
path: root/src/i_video.h
diff options
context:
space:
mode:
authorSimon Howard2005-09-11 16:39:29 +0000
committerSimon Howard2005-09-11 16:39:29 +0000
commitbfccd6699e16e5287b67621eec3fe7ed33add1d4 (patch)
tree70ba24b490b254fdb521a4b90f22a07cd0dc2c1b /src/i_video.h
parent512155b2e6862029e1ed93b7b7498e8ad92bad8c (diff)
downloadchocolate-doom-bfccd6699e16e5287b67621eec3fe7ed33add1d4.tar.gz
chocolate-doom-bfccd6699e16e5287b67621eec3fe7ed33add1d4.tar.bz2
chocolate-doom-bfccd6699e16e5287b67621eec3fe7ed33add1d4.zip
Fix declaration of I_Sleep (not I_Delay) and move to right header
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 97
Diffstat (limited to 'src/i_video.h')
-rw-r--r--src/i_video.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/i_video.h b/src/i_video.h
index c4c26b7a..d007cac1 100644
--- a/src/i_video.h
+++ b/src/i_video.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: i_video.h 96 2005-09-11 16:35:04Z fraggle $
+// $Id: i_video.h 97 2005-09-11 16:39:29Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -51,7 +51,6 @@ void I_FinishUpdate (void);
// Wait for vertical retrace or pause a bit.
void I_WaitVBL(int count);
-void I_Delay(int ms);
void I_ReadScreen (byte* scr);
@@ -67,6 +66,9 @@ extern boolean grabmouse;
//-----------------------------------------------------------------------------
//
// $Log$
+// Revision 1.5 2005/09/11 16:39:29 fraggle
+// Fix declaration of I_Sleep (not I_Delay) and move to right header
+//
// Revision 1.4 2005/09/11 16:35:04 fraggle
// Missing declarations
//