/*
** box16
**
** 1/11/93 WNP, Created X11R5/contrib/games/xtetris/box16.
**
*/

/* static char * SCCSID = "@(#)box16	1.1	1/11/93"; */

#define box16_width 16
#define box16_height 16
static char box16_bits[] = {
   0xff, 0x7f, 0x55, 0x55, 0xab, 0x2a, 0x55, 0x55, 0xab, 0x2a, 0x55, 0x55,
   0xab, 0x2a, 0x55, 0x55, 0xab, 0x2a, 0x55, 0x55, 0xab, 0x2a, 0x55, 0x55,
   0xab, 0x2a, 0x55, 0x55, 0xab, 0x2a, 0x00, 0x00};
