mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
8 lines
347 B
Plaintext
8 lines
347 B
Plaintext
/*********************************************************************
|
|
* (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
|
|
**********************************************************************/
|
|
#define Pattern25_width 8
|
|
#define Pattern25_height 8
|
|
static unsigned char Pattern25_bits[] = {
|
|
0x88, 0x44, 0x11, 0x22, 0x88, 0x44, 0x11, 0x22};
|