static UWORD threeK0[5];
static UWORD threeK1[] = {  0xE000,  0x2000,  0xE000,  0x2000,  0xE000 };
static UWORD threeK2[] = {  0x1FC0,  0x1540,  0x1540,  0x1540,  0x1FC0 };
static UWORD threeK3[] = {  0xFFC0,  0x3540,  0xF540,  0x3540,  0xFFC0 };

/*----- bitmap : w = 16, h = 5 ------ */
static struct BitMap bm_3K = {
	2, 5, 0, 4,
	0,
	threeK0, threeK1, threeK2, threeK3,
	0, 0, 0, 0
};

struct object ob_3K = {
	&bm_3K,
	10, 5,
	1, NULL,
	0, 0, 0, 0, 0, 0, 0, 0,
	0			/*  Motionless (more or less)  */
};
