File: sd.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 sd_width 16
#define sd_height 16
static char sd_bits[] = {
0x00,0x00,0x00,0x04,0x00,0x06,0x00,0x06,0x00,0x03,0x00,0x03,
0x80,0x03,0xe0,0x03,0xf0,0x07,0xf8,0x07,0xf8,0x07,0xf8,0x07,
0xf8,0x03,0xf8,0x03,0xf0,0x01,0xf8,0x00};