mirror of
https://github.com/reactos/reactos.git
synced 2024-10-29 19:13:58 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
16 lines
269 B
C
16 lines
269 B
C
#ifndef GLOBALS_INCLUDED
|
|
#define GLOBALS_INCLUDED
|
|
|
|
extern int __cardwidth;
|
|
extern int __cardheight;
|
|
|
|
extern HDC __hdcCardBitmaps;
|
|
extern HBITMAP __hbmCardBitmaps;
|
|
|
|
extern HDC __hdcPlaceHolder;
|
|
extern HBITMAP __hbmPlaceHolder;
|
|
|
|
extern HPALETTE __hPalette;
|
|
|
|
#endif
|