home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vos2-121.zip / v / vide / vrun.vbm < prev    next >
Text File  |  1998-10-05  |  285b  |  9 lines

  1. //vbm1
  2. #define vrun_depth 1
  3. #define vrun_width 16
  4. #define vrun_height 16
  5. static unsigned char vrun_bits[] = {
  6.  0x00,0x00,0x80,0x1f,0xc0,0x0f,0xe0,0x07,0xf0,0x03,0xf8,0x1f,0xfc,0x1f,0xc0,
  7.  0x0f,0xe0,0x07,0xf0,0x03,0xf8,0x0f,0x80,0x07,0xc0,0x03,0xe0,0x01,0x70,0x00,
  8.  0x00,0x00};
  9.