expedite/src/bin/cxx/image_data_ycbcr601pl_map_s...

31 lines
452 B
C

#ifdef __cplusplus
extern "C" {
#endif
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME image_data_ycbcr601pl_map_solid_rotate_cxx_start
#define NAME "(C++) Image Data YCbCr 601 Pointer List Map Solid Rotate"
#define ICON "data.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