diff options
Diffstat (limited to 'src/c_fl_xbm_image.h')
-rw-r--r-- | src/c_fl_xbm_image.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/c_fl_xbm_image.h b/src/c_fl_xbm_image.h deleted file mode 100644 index 9b0c967..0000000 --- a/src/c_fl_xbm_image.h +++ /dev/null @@ -1,19 +0,0 @@ - - -#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 - |