expedite/src/bin/cxx/image_blend_border_cxx.c

36 lines
507 B
C
Raw Normal View History

2014-08-24 04:21:57 -07:00
#ifndef IMAGE_BLEND_BORDER_CXX_HH
#define IMAGE_BLEND_BORDER_CXX_HH
2014-08-24 03:48:21 -07:00
2014-08-24 04:21:57 -07:00
#ifdef __cplusplus
extern "C" {
2014-08-24 03:48:21 -07:00
#endif
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
2014-08-24 04:21:57 -07:00
#define FNAME image_blend_border_cxx_start
#define NAME "Image Blend Border (C++)"
2014-08-24 03:48:21 -07:00
#define ICON "blend.png"
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
2014-08-24 04:21:57 -07:00
#ifndef EXPEDITE_CXX_TEST_IMPL
2014-08-24 03:48:21 -07:00
#undef FNAME
#undef NAME
#undef ICON
2014-08-24 04:21:57 -07:00
#endif
#ifdef __cplusplus
}
#endif
#endif // IMAGE_BLEND_BORDER_CXX_HH