File: sp.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 sp_width 16
#define sp_height 16
static char sp_bits[] = {
0x80,0x01,0x80,0x05,0xa0,0x07,0xe0,0x07,0xe0,0x07,0xe8,0x07,
0xf8,0x07,0xf8,0x27,0xf8,0x37,0xf8,0x3f,0xf8,0x3f,0xf8,0x1f,
0xf0,0x0f,0xf0,0x0f,0xf0,0x07,0xe0,0x03};