File: save

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-- 539 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#define edit_save_width 24
#define edit_save_height 24
static char edit_save_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0xc0, 0x03, 0x00, 0x30, 0x0c, 0x00, 0x08, 0x10, 0x00, 0x08, 0x10,
   0x20, 0x08, 0x10, 0x60, 0x38, 0x1c, 0xa0, 0xc8, 0x17, 0x3c, 0x09, 0x18,
   0x04, 0x0a, 0x14, 0x3c, 0x0b, 0x18, 0xb8, 0x09, 0x14, 0xe0, 0x08, 0x18,
   0x60, 0x08, 0x14, 0x00, 0x08, 0x18, 0x00, 0x30, 0x0c, 0x00, 0xc0, 0x03,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};