mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
8 lines
323 B
Plaintext
8 lines
323 B
Plaintext
/*********************************************************************
|
|
* (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
|
|
**********************************************************************/
|
|
#define Pattern50_width 4
|
|
#define Pattern50_height 4
|
|
static unsigned char Pattern50_bits[] = {
|
|
0x05, 0x0a, 0x05, 0x0a};
|