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