expedite/src/bin/cxx/image_blend_border_cxx.c

26 lines
335 B
C

#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_border_start
#define NAME "Image Blend Border"
#define ICON "blend.png"
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#undef FNAME
#undef NAME
#undef ICON