File: sf2.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 (8 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#define sf2_width 16
#define sf2_height 16
#define sf2_x_hot -1
#define sf2_y_hot -1
static char sf2_bits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x1a,0x58,0xcd,0xb3,0x67,0xe6,
0x37,0xec,0x37,0xec,0x1f,0xf8,0x9f,0xf9,0xdf,0xfb,0x7f,0xfe,
0x3f,0xfc,0x1f,0xf8,0x07,0xe0,0x03,0xc0};