/*-----------------------------------------------------------------------** ** Diablo ** ** Constants and Variables ** ** (C)1995 Condor, Inc. All rights reserved. **-----------------------------------------------------------------------** ** $Header: /Diablo/SCRLASM.H 2 1/23/97 12:21p Jmorin $ **-----------------------------------------------------------------------*/ /*-----------------------------------------------------------------------** ** Defines **-----------------------------------------------------------------------*/ //************************************************************************* // Flags for partial transparency (bottoms of trans walls, etc.) //************************************************************************* enum { PART_TRANS_NONE, PART_TRANS_LEFT, PART_TRANS_RIGHT, }; #define NBUFFW32 800 #define NBUFFW64 832 /*-----------------------------------------------------------------------** ** Externs **-----------------------------------------------------------------------*/ /*-----------------------------------------------------------------------** ** Prototypes **-----------------------------------------------------------------------*/ extern "C" void _fastcall DrawMTileClipTop(BYTE *pDecodeTo); extern "C" void _fastcall DrawMTileClipBottom(BYTE *pDecodeTo);