1 #ifndef GLOBALS_INCLUDED 2 #define GLOBALS_INCLUDED 3 4 extern int __cardwidth; 5 extern int __cardheight; 6 7 extern HDC __hdcCardBitmaps; 8 extern HBITMAP __hbmCardBitmaps; 9 10 extern HDC __hdcPlaceHolder; 11 extern HBITMAP __hbmPlaceHolder; 12 13 extern HPALETTE __hPalette; 14 15 #endif /* GLOBALS_INCLUDED */ 16