File: overlay

package info (click to toggle)
craft 3.5-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,000 kB
  • ctags: 1,602
  • sloc: cpp: 3,794; makefile: 2,319; ansic: 857; sh: 385
file content (9 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#define overlay_width 24
#define overlay_height 24
static unsigned char overlay_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x02, 0x08, 0x00, 0x05, 0x14,
   0x80, 0x04, 0x12, 0x40, 0x04, 0x11, 0x20, 0x84, 0x10, 0x10, 0x44, 0x10,
   0x08, 0x24, 0x10, 0xfc, 0x1f, 0x38, 0x00, 0x04, 0x10, 0x04, 0x10, 0x00,
   0x04, 0x10, 0x00, 0x04, 0x10, 0x00, 0x04, 0x10, 0x00, 0x04, 0xfe, 0x0f,
   0x04, 0x11, 0x04, 0x8e, 0x38, 0x02, 0x44, 0x10, 0x01, 0x20, 0x80, 0x00,
   0x10, 0x40, 0x00, 0x08, 0x20, 0x00, 0xfc, 0x1f, 0x00, 0x00, 0x00, 0x00};