File: sw.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 sw_width 16
#define sw_height 16
static char sw_bits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x03,0xc0,0x03,
0xe0,0x01,0xf0,0x00,0x78,0x00,0x78,0x00,0xf0,0x01,0xe0,0x03,
0xc0,0x07,0x80,0x0f,0x80,0x0f,0xc0,0x0f};