File: feature.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 (8 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#define feature_width 16
#define feature_height 16
#define feature_x_hot 7
#define feature_y_hot 14
static char feature_bits[] = {
   0x00, 0x00, 0x00, 0x30, 0x00, 0x48, 0x00, 0x48, 0x00, 0x34, 0x00, 0x24,
   0x00, 0x1a, 0x60, 0x12, 0x18, 0x09, 0x04, 0x29, 0x88, 0x24, 0x84, 0x44,
   0x84, 0x42, 0x98, 0x39, 0xe0, 0x07, 0x00, 0x00};