home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / appwiz / customwz / paint.h < prev    next >
Text File  |  1998-03-05  |  314b  |  9 lines

  1. // paint.h: declare helper functions used when drawing bitmaps on the dialogs
  2. //
  3. // Copyright (c) 1985-1998, Microsoft Corporation. All rights reserved.
  4. //
  5.  
  6. void PaintBackground(CPaintDC* pdc, CDialog* pDlg);
  7. void PaintBitmap(UINT nBmp, int x, int y, int nWidth, int nHeight,
  8.     CPaintDC* pdc, CDC* pdcMem);
  9.