expedite/src/bin/cxx/widgets_file_icons_capi.h

33 lines
405 B
C
Raw Normal View History

2014-09-23 08:35:56 -07:00
2014-09-20 00:43:28 -07:00
#ifdef __cplusplus
extern "C" {
#endif
#undef FNAME
#undef NAME
#undef ICON
/* metadata */
2014-09-24 00:30:22 -07:00
#define FNAME widgets_file_icons_cxx_start
2014-09-23 08:35:56 -07:00
#define NAME "(C++) Widgets File Icons"
2014-09-20 00:43:28 -07:00
#define ICON "widgets.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
2014-09-23 08:35:56 -07:00