windows-nt/Source/XPSP1/NT/shell/osshell/games/sol/soldraw.h
2020-09-26 16:20:57 +08:00

19 lines
188 B
C

/* 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