expedite/src/bin/cxx/widgets_file_icons_3_capi.h

33 lines
445 B
C

#ifdef __cplusplus
extern "C" {
#endif
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
#define FNAME widgets_file_icons_3_cxx_start
#define NAME "(C++) Widgets File Icons 3"
#define ICON "widgets.png"
#define ICON_SIZE 16
#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
#undef ICON_SIZE
#endif
#ifdef __cplusplus
}
#endif