#ifndef BMP_H_INCLUDED
#define BMP_H_INCLUDED

#include <Images/NImage.h>

#ifdef N_CPP
extern "C"
{
#endif

N_DECLARE_OBJECT_TYPE(BmpInfo, NImageInfo)

#ifdef N_CPP
}
#endif

#endif // !BMP_H_INCLUDED
