summaryrefslogtreecommitdiff
path: root/src/c_fl_xpm_image.h
blob: d1ac6eb9028a172fadda9f200324b52da492ca41 (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_XPM_IMAGE_GUARD
#define FL_XPM_IMAGE_GUARD




typedef void* XPM_IMAGE;




extern "C" XPM_IMAGE new_fl_xpm_image(const char * f);
extern "C" void free_fl_xpm_image(XPM_IMAGE j);


#endif