Go to the source code of this file.
|
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) |
|
◆ ectBACKS
◆ ectEMPTY
◆ ectEMPTYNOBG
◆ ectERASE
◆ ectFACES
◆ ectGREENO
◆ ectINVERTED
◆ ectREDX
◆ ectSAVEEDGESMASK
#define ectSAVEEDGESMASK 0x80000000 |
◆ ISREDCARD
◆ MAX_CARD_BITMAPS
◆ cdtAnimate()
Definition at line 238 of file cards.c.
239{
246}
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
#define UNREFERENCED_PARAMETER(P)
◆ cdtDraw()
◆ cdtDrawExt()
◆ cdtInit()
◆ cdtTerm()
Definition at line 62 of file cards.c.
63{
65
66
69}
HBITMAP g_CardBitmaps[MAX_CARD_BITMAPS]