expedite/src/bin/cxx/image_blend_occlude2_very_m...

31 lines
426 B
C
Raw Normal View History

2014-09-20 00:43:28 -07:00
#ifdef __cplusplus
extern "C" {
#endif
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_blend_occlude2_very_many_cxx_start
2014-09-23 08:35:56 -07:00
#define NAME "(C++) Image Blend Occlude 2 Very Many"
2014-09-20 00:43:28 -07:00
#define ICON "blend.png"
#ifdef UI
_ui_menu_item_add(ICON, NAME, FNAME);
#endif
#ifdef PROTO
void FNAME(void);
#endif
#ifndef EXPEDITE_CXX_TEST_IMPL
#undef FNAME
#undef NAME
#undef ICON
#endif
#ifdef __cplusplus
}
#endif