From 2f20195e2aa6f17fc30626a566b70dc218d46e22 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 2 Oct 2005 03:16:29 +0000 Subject: ENDOOM support using text mode emulation Subversion-branch: /trunk/chocolate-doom Subversion-revision: 147 --- src/i_video.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/i_video.h') diff --git a/src/i_video.h b/src/i_video.h index b45ab857..3be10b4b 100644 --- a/src/i_video.h +++ b/src/i_video.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: i_video.h 110 2005-09-17 20:25:56Z fraggle $ +// $Id: i_video.h 147 2005-10-02 03:16:29Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -57,6 +57,9 @@ void I_ReadScreen (byte* scr); void I_BeginRead (void); void I_EndRead (void); +void I_SetWindowCaption(void); +void I_SetWindowIcon(void); + extern boolean screenvisible; extern int screenmultiply; extern boolean fullscreen; @@ -67,6 +70,9 @@ extern float mouse_acceleration; //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.8 2005/10/02 03:16:29 fraggle +// ENDOOM support using text mode emulation +// // Revision 1.7 2005/09/17 20:25:56 fraggle // Set the default values for variables in their initialisers. Remove the // "defaultvalue" parameter and associated code from the configuration -- cgit v1.2.3