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


//  Programmed by Jedidiah Barber
//  Released into the public domain


#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