File: door.ico

package info (click to toggle)
ts 9802-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,348 kB
  • ctags: 1,468
  • sloc: tcl: 4,567; ansic: 3,389; makefile: 88; sh: 1
file content (14 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define door_width 32
#define door_height 32
static unsigned char door_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0x02, 0x30,
   0x00, 0x00, 0x02, 0x28, 0x00, 0x38, 0x02, 0x3c, 0x00, 0x3c, 0x02, 0x2a,
   0x00, 0x7c, 0x02, 0x35, 0x00, 0x7c, 0x82, 0x2a, 0x00, 0x7a, 0x82, 0x35,
   0xc0, 0xd7, 0x83, 0x2a, 0xe0, 0xff, 0x83, 0x35, 0xe0, 0x3e, 0x82, 0x2a,
   0x70, 0x0e, 0x82, 0x35, 0x30, 0x0e, 0x82, 0x2a, 0x38, 0x0e, 0x82, 0x35,
   0x00, 0x0e, 0x82, 0x2a, 0x00, 0x1f, 0x82, 0x35, 0x18, 0x3f, 0x82, 0x2a,
   0xbe, 0x73, 0xfe, 0x35, 0xfc, 0x71, 0x80, 0x1a, 0xe0, 0x60, 0x80, 0x0d,
   0x00, 0x60, 0x80, 0x06, 0x00, 0x60, 0x80, 0x03, 0x00, 0xe0, 0x80, 0x01,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};