File: bvc.bm

package info (click to toggle)
spellcast 1.0-21
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k, jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 768 kB
  • ctags: 834
  • sloc: ansic: 7,660; makefile: 128; sh: 11
file content (29 lines) | stat: -rw-r--r-- 1,577 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 bvc_width 48
#define bvc_height 48
#define bvc_x_hot -1
#define bvc_y_hot -1
static char bvc_bits[] = {
0xff,0xff,0xff,0xff,0xff,0xff,0x0f,0x00,0x00,0x00,0x00,0xf0,
0x03,0x00,0x00,0x00,0x00,0xc0,0x03,0xc0,0x00,0x00,0x00,0xc0,
0x01,0xe0,0x00,0x00,0x00,0x80,0x01,0xe0,0x01,0x00,0x00,0x80,
0x01,0xe0,0x01,0x00,0x00,0x80,0x01,0xe0,0x01,0x00,0x00,0x80,
0x01,0xc0,0x03,0x00,0x00,0x80,0x01,0xc0,0x07,0x00,0x00,0x80,
0x01,0xc0,0x07,0x00,0x00,0x80,0x01,0x80,0x07,0x00,0x00,0x80,
0x01,0x80,0x0f,0x00,0x00,0x80,0x01,0x80,0x0f,0x00,0x00,0x80,
0x01,0x80,0x1f,0x00,0x00,0x80,0x01,0x00,0x1f,0x00,0x00,0x80,
0x01,0x00,0x1f,0x00,0x00,0x80,0x01,0x00,0x3f,0x00,0x00,0x80,
0x01,0x00,0x3f,0x00,0x00,0x80,0x01,0x00,0x3f,0x00,0x00,0x80,
0x01,0x00,0x3f,0x00,0x00,0x80,0x01,0x00,0x3f,0x00,0x00,0x80,
0x01,0x00,0x3f,0x00,0x00,0x80,0x01,0x00,0x7f,0x00,0x00,0x80,
0x01,0x00,0x7f,0x00,0x00,0x80,0x01,0x00,0x7f,0x00,0x00,0x80,
0x01,0x00,0x7f,0x00,0x00,0x80,0x01,0x80,0x3f,0x00,0x00,0x80,
0x01,0x80,0x3f,0x00,0x00,0x80,0x01,0x80,0x3f,0x00,0x00,0x80,
0x01,0x80,0x3f,0x00,0x00,0x80,0x01,0x80,0x3f,0x00,0x00,0x80,
0x01,0xc0,0x3f,0x00,0x00,0x80,0x01,0xc0,0x3f,0x00,0x00,0x80,
0x01,0xe0,0x3f,0x00,0x00,0x80,0x01,0xe0,0x3f,0x00,0x00,0x80,
0x01,0xe0,0x3f,0x00,0x00,0x80,0x01,0xf0,0x3f,0x00,0x00,0x80,
0x01,0xf0,0x7f,0x00,0x00,0x80,0x01,0xf0,0x7f,0x00,0x00,0x80,
0x01,0xe0,0x7f,0x00,0x00,0x80,0x01,0xe0,0xff,0x00,0x00,0x80,
0x01,0xe0,0xff,0x01,0x00,0x80,0x01,0xc0,0xff,0x01,0x00,0x80,
0x03,0xc0,0xff,0x03,0x00,0xc0,0x03,0x80,0xff,0x0f,0x00,0xc0,
0x0f,0x00,0xff,0x1f,0x00,0xf0,0xff,0xff,0xff,0xff,0xff,0xff};