File: load

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-- 533 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#define load_width 24
#define load_height 24
static unsigned char load_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0xf0, 0x00, 0x00, 0x0c, 0x03, 0x00, 0x02, 0x04, 0x00, 0x02, 0x04, 0x00,
   0x02, 0x04, 0x08, 0x0e, 0x07, 0x18, 0xf2, 0x05, 0x28, 0x02, 0x06, 0x4f,
   0x02, 0x05, 0x81, 0x02, 0x06, 0xcf, 0x02, 0x05, 0x6e, 0x02, 0x06, 0x38,
   0x02, 0x05, 0x18, 0x02, 0x06, 0x00, 0x0c, 0x03, 0x00, 0xf0, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};