/* front-end include file for Amiga audio samples created by Karl's
 * IFF 8SVX to C source converter.  19 June 87
 */

typedef struct 
{
	int sampsec, nsamples;
	BYTE *sampledata;
} Sample;


