Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenglobals.hGo to the documentation of this file.00001 #ifndef GLOBALS_INCLUDED 00002 #define GLOBALS_INCLUDED 00003 00004 extern int __cardwidth; 00005 extern int __cardheight; 00006 00007 extern HDC __hdcCardBitmaps; 00008 extern HBITMAP __hbmCardBitmaps; 00009 00010 extern HDC __hdcPlaceHolder; 00011 extern HBITMAP __hbmPlaceHolder; 00012 00013 extern HPALETTE __hPalette; 00014 00015 #endif Generated on Fri Feb 10 04:40:56 2012 for ReactOS by
1.6.3
|