
char	*get_inst_main_mnu()
{
	char	*mnu;

	if ( (mnu = MNU_open()) == NULL )
		return (NULL);
	MNU_datAdd( mnu, 0, 'I', Rom16x16, 0, "tarosc_install", 0, "TaroPYON SoftWare collection");
	MNU_setPosition(mnu,-1);

	return (mnu);
}

#include	"_tarocol.c"
#include	"_hewin.c"
#include	"_edia.c"
#include	"_gsplay.c"
#include	"_he386.c"
#include	"_cci.c"
#include	"_wallpop.c"
#include	"_dostool.c"
#include	"_tostool.c"
#include	"_sdktool.c"
