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


#ifndef FL_BMP_IMAGE_GUARD
#define FL_BMP_IMAGE_GUARD




typedef void* BMP_IMAGE;




extern "C" inline BMP_IMAGE new_fl_bmp_image(const char * f);
extern "C" inline void free_fl_bmp_image(BMP_IMAGE b);


#endif