Go to the source code of this file.
Defines |
| #define | MAX_CARD_BITMAPS 68 |
| #define | ectFACES 0 |
| #define | ectBACKS 1 |
| #define | ectINVERTED 2 |
| #define | ectEMPTY 3 |
| #define | ectERASE 4 |
| #define | ectEMPTYNOBG 5 |
| #define | ectREDX 6 |
| #define | ectGREENO 7 |
| #define | ectSAVEEDGESMASK 0x80000000 |
| #define | ISREDCARD(x) (x >= 13 && x <= 39) |
Functions |
| BOOL WINAPI | cdtInit (int *width, int *height) |
| BOOL WINAPI | cdtDraw (HDC hdc, int x, int y, int card, int type, DWORD color) |
| BOOL WINAPI | cdtDrawExt (HDC hdc, int x, int y, int dx, int dy, int card, int suit, DWORD color) |
| BOOL WINAPI | cdtAnimate (HDC hdc, int cardback, int x, int y, int frame) |
| void WINAPI | cdtTerm (void) |