mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
4f8cc9596c
svn path=/trunk/; revision=17143
15 lines
269 B
C
15 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
|