File: sd2.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 (8 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#define sd2_width 16
#define sd2_height 16
#define sd2_x_hot -1
#define sd2_y_hot -1
static char sd2_bits[] = {
0x00,0x00,0x80,0x04,0xc0,0x0c,0xc0,0x0c,0x60,0x0c,0x60,0x0c,
0x70,0x1c,0x7c,0x7c,0xfe,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe,
0x7f,0xfc,0x7f,0xfc,0x3e,0xf8,0x1f,0xf8};