File: sd.bm

package info (click to toggle)
spellcast 1.0-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 500 kB
  • ctags: 669
  • sloc: ansic: 7,370; makefile: 87
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};