summaryrefslogtreecommitdiff
path: root/src/c_fl_xbm_image.h
blob: 72f27fa7bb09598e77249c4045afd316bd4531a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


#ifndef FL_XBM_IMAGE_GUARD
#define FL_XBM_IMAGE_GUARD


typedef void* XBM_IMAGE;


extern "C" XBM_IMAGE new_fl_xbm_image(const char * f);
extern "C" void free_fl_xbm_image(XBM_IMAGE b);


#endif