#include "DRW/drwwh.h"
#include "DRW/drwWxdata.h"
#ifndef wimp_H
 #include "OSLib/wimp.h"
#endif

#ifndef drwautofnh_H
 #include "DRW/drwautofnh.h"
#endif
#ifndef drw_u_trdf_H
 #include "drwUTrdf.h"
#endif
#include "barMuTrg/barMu.h"


#if defined NAMESPACE_DRWIMPC
 using namespace DrWimpC;
#endif

#if defined NAMESPACE_OSLIB
 using namespace OSLib;
#endif

extern void barMuT_barMu_reg(char *extpathname)

{

drw_reg_icon_whan_fn((wimp_w) -1,
                     (wimp_i) -1,
                     extpathname,
                     "barMuT",
                     "Menu2",
                     "NONE",
                     (drw_fn_ptr) &barMuT_Menu2_mop,
                     DRW_MENUOPEN_AUTOFN,
                     NULL);

drw_reg_icon_whan_fn((wimp_w) -1,
                     (wimp_i) -1,
                     extpathname,
                     "barMuT",
                     "Menu2",
                     "NONE",
                     (drw_fn_ptr) &barMuT_Menu2_mtt,
                     DRW_MENU_TEXT_AUTOFN,
                     NULL);

drw_reg_icon_whan_fn((wimp_w) -1,
                     (wimp_i) -1,
                     extpathname,
                     "barMuT",
                     "Menu2",
                     "Item1",
                     (drw_fn_ptr) &barMuT_Menu2_Item1_msl,
                     DRW_MSL_AUTOFN,
                     NULL);

drw_reg_icon_whan_fn((wimp_w) -1,
                     (wimp_i) -1,
                     extpathname,
                     "barMuT",
                     "Menu2",
                     "Item2",
                     (drw_fn_ptr) &barMuT_Menu2_Item2_moa,
                     DRW_OVERMENUARROW_AUTOFN,
                     NULL);

}


