From 6822552a1080dc0f43bbe78e3fadef257bf09672 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 31 Jul 2003 14:51:02 +0000 Subject: slightly changed version of erik's implmentation of FadeServer svn-id: r9328 --- sword2/driver/d_draw.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sword2/driver/d_draw.h') diff --git a/sword2/driver/d_draw.h b/sword2/driver/d_draw.h index 0c4302bfaa..cc2ed6532f 100644 --- a/sword2/driver/d_draw.h +++ b/sword2/driver/d_draw.h @@ -69,6 +69,7 @@ extern "C" { #endif //#include "ddraw.h" +#include "driver96.h" // Bits defining hardware and emulation capabilities. #define RDCAPS_BLTSTRETCH 1 @@ -80,7 +81,7 @@ extern uint8 *lpPalette; // palette extern uint8 *lpBackBuffer; // back surface extern uint8 *lpPrimarySurface; // DirectDraw front buffer. extern uint8 *lpDD2; // DirectDraw2 object -extern BOOL bFullScreen; // Defines whether the app is running in full screen mode or not. +extern BOOL bFullScreen; // Defines whether the app is running in full screen mode or not. //extern DDCOLORKEY blackColorKey; // transparent pixel for color key blitting. extern uint8 blackColorKey; // transparent pixel for color key blitting. extern int32 dxHalCaps; // Hardware capabilities. -- cgit v1.2.3