File: hit.b

package info (click to toggle)
xconq 7.2.2-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,296 kB
  • ctags: 9,199
  • sloc: ansic: 107,849; sh: 2,108; perl: 2,057; makefile: 1,177; sed: 161; csh: 50; awk: 49; lisp: 39
file content (9 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#define hit_width 20
#define hit_height 22
static char hit_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x40, 0x0a, 0x00, 0x80, 0x14, 0x00, 0x40, 0x55, 0x00, 0x30, 0x25, 0x00,
   0x40, 0x19, 0x00, 0xa0, 0xa6, 0x00, 0x50, 0x4f, 0x00, 0x20, 0x2f, 0x00,
   0xc0, 0x36, 0x00, 0x30, 0xc9, 0x00, 0x80, 0x2a, 0x00, 0x40, 0x49, 0x00,
   0x40, 0x12, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00};