mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-24 11:52:32 +00:00
5 lines
146 B
C
Executable file
5 lines
146 B
C
Executable file
#define net_wired_width 8
|
|
#define net_wired_height 8
|
|
static unsigned char net_wired_bits[] = {
|
|
0x00, 0x1C, 0x1C, 0x7F, 0x7F, 0x7F, 0x55, 0x7F };
|