File: sf.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 (6 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#define sf_width 16
#define sf_height 16
static char sf_bits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x06,0x40,0x33,0xa8,0x19,
0xb8,0x0d,0xb4,0x0d,0xfc,0x07,0xfc,0x27,0xfc,0x37,0xfc,0x1f,
0xfc,0x0f,0xf8,0x07,0xfc,0x01,0xfe,0x00};