#ifndef _CBITMAP_H #define _CBITMAP_H struct ImageStruct { int m_iImageId; int m_iWidth; int m_iHeight; }; struct ImageStruct BitmapLoad(char *filename); #endif