summaryrefslogtreecommitdiff
path: root/src/c_fl_xbm_image.h
blob: 33a78e18190a9129baf77f9aef81d90019eed57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19


#ifndef FL_XBM_IMAGE_GUARD
#define FL_XBM_IMAGE_GUARD




typedef void* XBM_IMAGE;




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


#endif