Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

globals.h

Go 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 doxygen 1.6.3

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.