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