#ifndef HEADER_IMGBTN
#define HEADER_IMGBTN

typedef	struct {
	unsigned int	atr ;
	FRAME	fr ;
	COLOR	clr ;
	unsigned char	atrm ;		/*	ここまではハイパーに同じ.		*/
	int		(*func)() ;
}	IMGBTN ;

int MMI_initImageBtn(void);
int IMGBTN_makePrototype(int *objId);

#ifndef MODULE_IMGBTN
	extern	int		MJ_IMGBTN;
#endif

#endif HEADER_IMGBTN
