File: sc.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 sc_width 16
#define sc_height 16
static char sc_bits[] = {
0x00,0x00,0x40,0x02,0x40,0x02,0x20,0x04,0x20,0x04,0x30,0x0c,
0x30,0x0c,0x30,0x0c,0x30,0x0c,0x30,0x0c,0x30,0x0c,0x70,0x0e,
0x70,0x0e,0x70,0x0e,0x78,0x1e,0x3c,0x3c};