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

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

#define stripe4_width 4
#define stripe4_height 4
static char stripe4_bits[] = {
   0x09, 0x0c, 0x06, 0x03};
