File: musicr.bmp

package info (click to toggle)
transcriber 1.5.1.1-11
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,484 kB
  • sloc: tcl: 13,141; ansic: 1,895; sh: 1,193; makefile: 96; xml: 66
file content (6 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#define musicr_width 16
#define musicr_height 16
static unsigned char musicr_bits[] = {
   0x00, 0x00, 0xc0, 0x00, 0xc0, 0x01, 0x40, 0x02, 0x40, 0x10, 0x40, 0x30,
   0x40, 0x70, 0x40, 0xf0, 0x40, 0x70, 0x5c, 0x30, 0x76, 0x10, 0x7e, 0x00,
   0x3e, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00};