mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-07 01:44:29 +02:00
7 lines
248 B
C
7 lines
248 B
C
#define zoom_width 13
|
|
#define zoom_height 13
|
|
static unsigned char zoom_bits[] = {
|
|
0xff, 0x1f, 0xff, 0x1f, 0x03, 0x18, 0x03, 0x18, 0xf3, 0x19, 0xf3, 0x19,
|
|
0xb3, 0x19, 0xf3, 0x19, 0xf3, 0x19, 0x03, 0x18, 0x03, 0x18, 0xff, 0x1f,
|
|
0xff, 0x1f};
|