#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 "Savertmplrg/stdsave.h"


#if defined NAMESPACE_DRWIMPC
 using namespace DrWimpC;
#endif

#if defined NAMESPACE_OSLIB
 using namespace OSLib;
#endif

extern void Savertmpl_stdsave_reg(char *extpathname)

{

drw_reg_icon_whan_fn((wimp_w) -1,
                     (wimp_i) -1,
                     extpathname,
                     "Savertmpl",
                     "stdsave",
                     "NONE",
                     (drw_fn_ptr) &Savertmpl_stdsave_tin,
                     DRW_TASK_INIT_AUTOFN,
                     NULL);

drw_reg_icon_whan_fn((wimp_w) -1,
                     (wimp_i) -1,
                     extpathname,
                     "Savertmpl",
                     "stdsave",
                     "fileicon",
                     (drw_fn_ptr) &Savertmpl_stdsave_fileicon_sft,
                     DRW_SAVEFILETYPE_AUTOFN,
                     NULL);

drw_reg_icon_whan_fn((wimp_w) -1,
                     (wimp_i) -1,
                     extpathname,
                     "Savertmpl",
                     "stdsave",
                     "ok",
                     (drw_fn_ptr) &Savertmpl_stdsave_ok_svd,
                     DRW_SAVEDATA_AUTOFN,
                     NULL);

drw_reg_icon_whan_fn((wimp_w) -1,
                     (wimp_i) -1,
                     extpathname,
                     "Savertmpl",
                     "stdsave",
                     "FFF",
                     (drw_fn_ptr) &Savertmpl_stdsave_FFF,
                     DRW_MOUSECLICK_AUTOFN,
                     NULL);

drw_reg_icon_whan_fn((wimp_w) -1,
                     (wimp_i) -1,
                     extpathname,
                     "Savertmpl",
                     "stdsave",
                     "FFD",
                     (drw_fn_ptr) &Savertmpl_stdsave_FFD,
                     DRW_MOUSECLICK_AUTOFN,
                     NULL);

drw_reg_icon_whan_fn((wimp_w) -1,
                     (wimp_i) -1,
                     extpathname,
                     "Savertmpl",
                     "stdsave",
                     "FEB",
                     (drw_fn_ptr) &Savertmpl_stdsave_FEB,
                     DRW_MOUSECLICK_AUTOFN,
                     NULL);

}


