GFX.H

/*========================================================================== 
*
* Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved.
*
* File:gfx.h
* Content:graphics routines include file
*
*
***************************************************************************/
#include "duel.h"
#include "ddraw.h"

/*
* Prototypes
*/
BOOLInitGraphics( void );
voidCleanupGraphics(void);
void bltSplash( LPRECT );
void bltScore( char *num, int x, int y );
void bltObject( int x, int y, LPDIRECTDRAWSURFACE surf, LPRECT src, DWORD flags );
voidEraseScreen( void );
voidFlipScreen( void );
BOOLRestoreSurfaces( void );
voidSetGamePalette(void);
voidFlipToGDI(void);