home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / freedraft.tar.gz / freedraft.tar / FREEdraft-050298 / VIEWPORT / sigma.vbm < prev    next >
Text File  |  1998-04-21  |  271b  |  9 lines

  1. //vbm1
  2. #define sigma_depth 1
  3. #define sigma_width 15
  4. #define sigma_height 15
  5. static unsigned char sigma_bits[] = {
  6.  0x00,0x80,0xfc,0x9f,0xfc,0x9f,0x18,0x98,0x30,0x80,0x60,0x80,0xc0,0x80,0x80,
  7.  0x81,0xc0,0x80,0x60,0x80,0x30,0x80,0x18,0x98,0xfc,0x9f,0xfc,0x9f,0x00,0x80
  8.  };
  9.