//	bmpreader.h
//

#ifndef BMP_READER_NCLUDE_H__
#define BMP_READER_NCLUDE_H__

int ReadDIBFile(const char * filename, DIBSection& dib);

int ReadBMPFile(const char * filename, DIBSection& dib);

#endif