File: bf.bm

package info (click to toggle)
spellcast 1.0-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 500 kB
  • ctags: 669
  • sloc: ansic: 7,370; makefile: 87
file content (29 lines) | stat: -rw-r--r-- 1,572 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#define bf_width 48
#define bf_height 48
#define bf_x_hot -1
#define bf_y_hot -1
static char bf_bits[] = {
0xff,0xff,0xff,0xff,0xff,0xff,0x0f,0x00,0x00,0x00,0x00,0xf0,
0x03,0x00,0x00,0x00,0x00,0xc0,0x03,0x00,0x00,0x00,0x00,0xc0,
0x01,0x00,0x00,0x00,0x00,0x80,0x01,0x00,0x00,0x00,0x00,0x80,
0x01,0x00,0x00,0x00,0x00,0x80,0x01,0x00,0x00,0x00,0x00,0x80,
0x01,0x00,0x00,0x00,0x00,0x80,0x01,0x00,0xc0,0xe0,0x01,0x80,
0x01,0x00,0xe0,0xf1,0x01,0x80,0x01,0x00,0xf0,0xf8,0x00,0x80,
0x01,0x00,0x7c,0x7c,0xc0,0x83,0x01,0x00,0x3e,0x3e,0xf0,0x83,
0x01,0x00,0x1f,0x1f,0xf8,0x81,0x01,0x18,0x8f,0x0f,0xfc,0x80,
0x01,0x9c,0xcf,0x07,0x3e,0x80,0x01,0x9e,0xc7,0x07,0x3f,0x80,
0x01,0xcf,0xe7,0x83,0x1f,0x80,0x01,0xe7,0xe7,0x83,0x0f,0x80,
0x81,0xe7,0xe3,0xc3,0x0f,0x80,0x81,0xf3,0xf3,0xc3,0x07,0x80,
0xc1,0xf3,0xf3,0xe3,0x07,0x80,0xc1,0xfb,0xf9,0xf7,0x03,0x80,
0xc1,0xfb,0xff,0xff,0x03,0x80,0xc1,0xff,0xff,0xff,0x03,0x80,
0xc1,0xff,0xff,0xff,0x03,0x80,0xc1,0xff,0xff,0xff,0x81,0x83,
0xc1,0xff,0xff,0xff,0x81,0x83,0xc1,0xff,0xff,0xff,0xc1,0x83,
0xc1,0xff,0xff,0xff,0xe1,0x83,0xc1,0xff,0xff,0xff,0xf1,0x83,
0xc1,0xff,0xff,0xff,0xf9,0x81,0x81,0xff,0xff,0xff,0xff,0x81,
0x81,0xff,0xff,0xff,0xff,0x80,0x81,0xff,0xff,0xff,0x7f,0x80,
0x81,0xff,0xff,0xff,0x3f,0x80,0x81,0xff,0xff,0xff,0x1f,0x80,
0x01,0xff,0xff,0xff,0x0f,0x80,0x01,0xfe,0xff,0xff,0x03,0x80,
0x01,0xfe,0xff,0xff,0x01,0x80,0x01,0xff,0xff,0xff,0x00,0x80,
0x81,0xff,0xff,0x3f,0x00,0x80,0xc1,0xff,0xff,0x0f,0x00,0x80,
0xe3,0xff,0xff,0x07,0x00,0xc0,0xf3,0xff,0xff,0x01,0x00,0xc0,
0xff,0xff,0xff,0x01,0x00,0xf0,0xff,0xff,0xff,0xff,0xff,0xff};