This is an automated email from the git hooks/post-receive script. jmtd pushed a commit to annotated tag chocolate-doom-0.0.2 in repository chocolate-doom.
commit 512155b2e6862029e1ed93b7b7498e8ad92bad8c Author: Simon Howard <[email protected]> Date: Sun Sep 11 16:35:04 2005 +0000 Missing declarations Subversion-branch: /trunk/chocolate-doom Subversion-revision: 96 --- src/i_video.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/i_video.h b/src/i_video.h index 0a8efdc..c4c26b7 100644 --- a/src/i_video.h +++ b/src/i_video.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: i_video.h 18 2005-07-23 18:56:07Z fraggle $ +// $Id: i_video.h 96 2005-09-11 16:35:04Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -51,18 +51,25 @@ 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); void I_BeginRead (void); void I_EndRead (void); +extern boolean screenvisible; +extern boolean fullscreen; +extern boolean grabmouse; #endif //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.4 2005/09/11 16:35:04 fraggle +// Missing declarations +// // Revision 1.3 2005/07/23 18:56:07 fraggle // Remove unneccessary pragmas // -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

