windows-nt/Source/XPSP1/NT/shell/osshell/games/sol/soldraw.h

19 lines
188 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/* CarDDRaw structure */
typedef struct _cddr
{
HDC hdc;
INT x;
INT y;
INT cd;
INT mode;
DWORD rgbBgnd;
} CDDR;
#define drwInit 1
#define drwDrawCard 2
#define drwClose 3