#include <intuition/intuition.h>
/* Iff2Src conversion: dh0:tsm/brushes/Next.brush */

static UWORD __chip next_data[60] = // note twice the actual size
	{
	/* Plane 0 */
		0x0000,
		0x0002,
		0x0002,
		0x0002,
		0x0102,
		0x0182,
		0x1FC2,
		0x1FE2,
		0x1FC2,
		0x0182,
		0x0102,
		0x0002,
		0x0002,
		0x0002,
		0x7FFE,
	/* Plane 1 */
		0xFFFE,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000
	};


struct Image next_im =
	{
		0,0,
		15,15,
		2,
		&next_data[0],
		0x03,0x0,
		NULL
	};

struct Image next_imx =
	{
		0,0,
		15,15,
		2,
		&next_data[30],
		0x03,0x0,
		NULL
	};
