home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / shapewin.zip / bmpload.h < prev    next >
C/C++ Source or Header  |  1998-09-22  |  257b  |  17 lines

  1. /*
  2.  * bmpload.h - load bitmap from File
  3.  */
  4.  
  5. #ifndef _BMPLOAD_H
  6. #define _BMPLOAD_H
  7.  
  8. /*
  9.  * load bitmap from file
  10.  */
  11.  
  12. extern  BOOL    debugBmpLoadFile ;
  13.  
  14. HBITMAP     bitmapLoadFile(HAB hab, HPS hps, PUCHAR fname) ;
  15.  
  16. #endif  /* _BMPLOAD_H */
  17.