source: branches/common_functions/include/img_funcs.h

Last change on this file was 4, checked in by stevenhl, 8 years ago

Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27

File size: 321 bytes
Line 
1#ifndef IMG_FUNCS_H_INCLUDED
2#define IMG_FUNCS_H_INCLUDED
3
4HBITMAP ImgLoadImageFile ( PSZ pszFileName );
5HBITMAP ImgLoadImageFileAndHeader ( PSZ pszFileName, PBITMAPINFOHEADER2 pBMPInfoHeader2);
6BOOL ImgGetBmpInfoHeader(PSZ pszFileName, PBITMAPINFOHEADER2 bmpih2 /*, char* procName, ULONG ulLength*/);
7
8#endif
Note: See TracBrowser for help on using the repository browser.