mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 03:32:30 +00:00
5 lines
131 B
C
Executable file
5 lines
131 B
C
Executable file
#define arch_width 8
|
|
#define arch_height 8
|
|
static unsigned char arch_bits[] = {
|
|
0x08, 0x08, 0x1C, 0x1C, 0x36, 0x22, 0x77, 0x41 };
|